Skip to content
Snippets Groups Projects
Commit cc948da3a792 authored by Balasankar 'Balu' C's avatar Balasankar 'Balu' C
Browse files

Move QA image release to a different stage

This is done temporarily to test releasing of QA images to Dockerhub in
the GitLab rails pipelines. By moving it to a different stage, we
prevent release-tools from automatically playing it, while retaining the
ability to play it ourselves if the job in GitLab rails pipeline fails
for some reason.

Related MR in GitLab rails project - https://gitlab.com/gitlab-org/gitlab/-/merge_requests/105177

Closes https://gitlab.com/gitlab-org/omnibus-gitlab/-/issues/7333



Signed-off-by: default avatarBalasankar "Balu" C <balasankar@gitlab.com>
parent d95491892dea
No related branches found
No related tags found
2 merge requests!102heptapod#1237: making 0.38 the new oldstable,!90Merged upstream 15.9.0+ce.0 into heptapod branch
......@@ -9,6 +9,7 @@
- scan-dependencies
- staging_upload
- package-and-image-release
- qa-release
- validate
- metrics
- slow_jobs
......
......@@ -1004,7 +1004,7 @@
QA-Tag:
extends: .docker_job
stage: package-and-image-release
stage: qa-release
variables:
QA_SCREENSHOTS_DIR: $CI_PROJECT_DIR/screenshots
script:
......@@ -1028,6 +1028,7 @@
- !reference [.skip_release_jobs, rules]
- if: '$PIPELINE_TYPE =~ /_(RC|TAG)_BUILD_PIPELINE$/'
when: manual
allow_failure: true
license-upload:
stage: metrics
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment