Fix the 'review-deploy' job when RA deployment is manual
3 unresolved threads
3 unresolved threads
Compare changes
@@ -279,7 +279,7 @@ function deploy() {
review-deploy
job manual.review-build-cng
to the review
stage so that review-build-cng
and review-deploy
can be started without the other being done first.review-deploy
at the end of review-build-cng
.review-deploy
:
review-build-cng
is not started, start it.review-build-cng
to finish.review-qa-smoke
and review-performance
.review-qa-smoke
and review-performance
, wait for review-deploy
to be finished, then download its environment_url.txt
artifact.Note that #31264 (closed) would allow to avoid most if not all of these workarounds.
review-build-cng
and review-deploy
jobs are playable: https://gitlab.com/gitlab-org/gitlab/pipelines/131907868
Running
statereview-deploy
firstreview-deploy
: https://gitlab.com/gitlab-org/gitlab/-/jobs/500096800
review-build-cng
to be played firstreview-build-cng
to be done before proceeding to the deployreview-qa-smoke
and review-performance
to be played at the end of review-deploy
review-qa-smoke
and review-performance
to passreview-build-cng
firstreview-build-cng
: https://gitlab.com/gitlab-org/gitlab/-/jobs/500543494
review-deploy
to be played at the end of review-build-cng
review-qa-smoke
and review-performance
to be played at the end of review-deploy
review-qa-smoke
and review-performance
to passreview-build-cng
to start automatically: https://gitlab.com/gitlab-org/gitlab/-/jobs/492379779
review-deploy
to be played at the end of review-build-cng
review-qa-smoke
and review-performance
to start automatically after review-deploy
is donereview-qa-smoke
and review-performance
to passCloses #212354 (closed).