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
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 @@ ...@@ -9,6 +9,7 @@
- scan-dependencies - scan-dependencies
- staging_upload - staging_upload
- package-and-image-release - package-and-image-release
- qa-release
- validate - validate
- metrics - metrics
- slow_jobs - slow_jobs
......
...@@ -1004,7 +1004,7 @@ ...@@ -1004,7 +1004,7 @@
QA-Tag: QA-Tag:
extends: .docker_job extends: .docker_job
stage: package-and-image-release stage: qa-release
variables: variables:
QA_SCREENSHOTS_DIR: $CI_PROJECT_DIR/screenshots QA_SCREENSHOTS_DIR: $CI_PROJECT_DIR/screenshots
script: script:
...@@ -1028,6 +1028,7 @@ ...@@ -1028,6 +1028,7 @@
- !reference [.skip_release_jobs, rules] - !reference [.skip_release_jobs, rules]
- if: '$PIPELINE_TYPE =~ /_(RC|TAG)_BUILD_PIPELINE$/' - if: '$PIPELINE_TYPE =~ /_(RC|TAG)_BUILD_PIPELINE$/'
when: manual when: manual
allow_failure: true
license-upload: license-upload:
stage: metrics 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