Skip to content

Commit

Permalink
activate the real tests
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel committed Dec 2, 2024
1 parent fd3daaf commit dab3e51
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
2 changes: 1 addition & 1 deletion utils/docker_ssi/docker_ssi_matrix_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def generate_gitlab_pipeline(languages):
"./build.sh -i runner",
"source venv/bin/activate",
"echo 'Running SSI tests'",
#'timeout 2700s ./run.sh DOCKER_SSI --ssi-weblog "$weblog" --ssi-library "$TEST_LIBRARY" --ssi-base-image "$base_image" --ssi-arch "$arch" --ssi-installable-runtime "$installable_runtime" --report-run-url ${CI_PIPELINE_URL} --report-environment prod',
'timeout 2700s ./run.sh DOCKER_SSI --ssi-weblog "$weblog" --ssi-library "$TEST_LIBRARY" --ssi-base-image "$base_image" --ssi-arch "$arch" --ssi-installable-runtime "$installable_runtime" --report-run-url ${CI_PIPELINE_URL} --report-environment prod',
],
"rules": [
{"if": '$PARENT_PIPELINE_SOURCE == "schedule"', "when": "always"},
Expand Down
9 changes: 3 additions & 6 deletions utils/virtual_machine/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,9 @@ def generate_gitlab_pipeline(
# Remove rules if you want to run the jobs when you clic on the execute button of the child pipeline
"rules": [rule_run, {"when": "manual", "allow_failure": True},],
"script": [
'echo "Running onboarding system tests for envvvvvv: ${ONBOARDING_FILTER_ENV}"',
'echo "Running onboarding system tests forr DD_INSTALLER_LIBRARY_VERSION: ${DD_INSTALLER_LIBRARY_VERSION}"',
'echo "Running onboarding system tests for DD_INSTALLER_INJECTOR_VERSION: ${DD_INSTALLER_INJECTOR_VERSION}"',
# "./build.sh -i runner",
# "./run.sh $SCENARIO --vm-weblog $WEBLOG --vm-env $ONBOARDING_FILTER_ENV --vm-library $TEST_LIBRARY --vm-provider aws --report-run-url $CI_PIPELINE_URL --report-environment $ONBOARDING_FILTER_ENV --vm-default-vms All --vm-only "
# + vm.name,
"./build.sh -i runner",
"./run.sh $SCENARIO --vm-weblog $WEBLOG --vm-env $ONBOARDING_FILTER_ENV --vm-library $TEST_LIBRARY --vm-provider aws --report-run-url $CI_PIPELINE_URL --report-environment $ONBOARDING_FILTER_ENV --vm-default-vms All --vm-only "
+ vm.name,
],
}
# Cache management for the pipeline
Expand Down

0 comments on commit dab3e51

Please sign in to comment.