Skip to content

Commit e2c8ca6

Browse files
committed
Waiting for base image build for e2e gitlab
1 parent f4aa6a1 commit e2c8ca6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.gitlab-ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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)

utils/ci/gitlab/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)