Skip to content

Commit

Permalink
restore
Browse files Browse the repository at this point in the history
  • Loading branch information
robertomonteromiguel committed Nov 15, 2024
1 parent 7d0ae81 commit 9c84113
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,11 @@ onboarding_simple_tests:
matrix:
- ONBOARDING_FILTER_ENV: [prod]
ONBOARDING_FILTER_WEBLOG: [test-app-python]
DEFAULT_VMS: ["True", "False"]
SCENARIO: [SIMPLE_INSTALLER_AUTO_INJECTION]
VM: [redhat]
script:
- ./build.sh -i runner
- timeout 2700s ./run.sh $SCENARIO --vm-weblog ${ONBOARDING_FILTER_WEBLOG} --vm-env ${ONBOARDING_FILTER_ENV} --vm-library ${TEST_LIBRARY} --vm-provider aws --vm-only-branch ${VM} --vm-default-vms ${DEFAULT_VMS}
- timeout 2700s ./run.sh $SCENARIO --vm-weblog ${ONBOARDING_FILTER_WEBLOG} --vm-env ${ONBOARDING_FILTER_ENV} --vm-library ${TEST_LIBRARY} --vm-provider aws --vm-only-branch ${VM}

onboarding_nodejs:
extends: .base_job_onboarding_system_tests
Expand Down

0 comments on commit 9c84113

Please sign in to comment.