Skip to content

Prepare the coordinated pipeline for the post-deploy pipeline rollout

Mayra Cabrera requested to merge prepare-coordinated-pipeline-for-rollout into master

What does this MR do and why?

The post-deploy migration pipeline should be rolled out soon. This pipeline will execute migrations on staging and production, plus will trigger the quality jobs on staging to make sure the post-migrations are compliant with Quality.

This commit prepares the coordinated pipeline for the post-deploy pipeline rollout by making the post-migrations jobs to be manual. This is to have a way to execute post-migrations in case the post-deploy migration pipeline fails.

As an aside, since quality jobs on staging depend on the gstg post-migration execution, they'll only be triggered if the post-migrations are executed within the coordinated pipeline.

Related to gitlab-com/gl-infra/delivery#2461 (closed)

Author Check-list

  • Has documentation been updated?
Edited by Mayra Cabrera

Merge request reports