Commit 1c30aa52 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch...

Merge branch '216233-transient-network-failure-in-build-assets-image-and-build-gitlab-qa' into 'master'

Retry `build-assets-image` and `build-qa-image` jobs

Closes #216233

See merge request gitlab-org/gitlab!32740
parents ce45c835 6028c381
......@@ -103,6 +103,7 @@ build-assets-image:
# We'll also need to pass GITLAB_ASSETS_TAG to the trigerred omnibus-gitlab pipeline similarly to how we do it for trigerred CNG pipelines
# https://gitlab.com/gitlab-org/gitlab/issues/208389
- run_timed_command "scripts/build_assets_image"
retry: 2
.frontend-fixtures-base:
extends:
......
build-qa-image:
extends:
- .use-kaniko
- .default-retry
- .review:rules:build-qa-image
stage: build-images
needs: []
script:
- export QA_IMAGE="${CI_REGISTRY}/${CI_PROJECT_PATH}/gitlab-ee-qa:${CI_COMMIT_REF_SLUG}"
- /kaniko/executor --context=${CI_PROJECT_DIR} --dockerfile=${CI_PROJECT_DIR}/qa/Dockerfile --destination=${QA_IMAGE} --cache=true
retry: 2
review-cleanup:
extends:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment