File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -495,7 +495,6 @@ build_base_images:
495495 artifacts : false
496496 optional : true
497497 stage : system-tests-utils
498- allow_failure : true
499498 before_script :
500499 - export DOCKER_LOGIN=$(aws ssm get-parameter --region us-east-1 --name ci.system-tests.docker-login-write --with-decryption --query "Parameter.Value" --out text)
501500 - export DOCKER_LOGIN_PASS=$(aws ssm get-parameter --region us-east-1 --name ci.system-tests.docker-login-pass-write --with-decryption --query "Parameter.Value" --out text)
Original file line number Diff line number Diff line change @@ -155,6 +155,9 @@ system_tests_build_pipeline:
155155 - job : mirror_images
156156 optional : true
157157 artifacts : false
158+ - job : build_base_images
159+ optional : true
160+ artifacts : false
158161 variables :
159162 SYSTEM_TESTS_FORCE_EXECUTE : " $SYSTEM_TESTS_FORCE_EXECUTE"
160163 SYSTEM_TESTS_SKIP_EMPTY_SCENARIO : " $SYSTEM_TESTS_SKIP_EMPTY_SCENARIO"
You can’t perform that action at this time.
0 commit comments