Skip to content
Snippets Groups Projects
Commit 3773963c authored by Amy Phillips's avatar Amy Phillips
Browse files

Merge branch 'skarbek-master-patch-02892' into 'master'

Update runbooks/how_to_speed_auto_deploy_process_for_urgent_merge_requests.md

See merge request !433
parents 3bf54190 32472437
No related branches found
No related tags found
1 merge request!433Update runbooks/how_to_speed_auto_deploy_process_for_urgent_merge_requests.md
......@@ -8,10 +8,13 @@ speed up the auto-deploy process:
1. Cherry-pick the merge request into the latest auto-deploy branch by
adding `~Pick into auto-deploy` and the `severity::2` or higher labels.
1. Trigger the [`auto_deploy:pick`] pipeline schedule.
1. Trigger the [`auto_deploy:pick`] [pipeline schedule](https://ops.gitlab.net/gitlab-org/release/tools/-/pipeline_schedules).
1. Enable the `auto_deploy_tag_latest` feature flag.
1. Trigger the [`auto_deploy:tag`] pipeline schedule. This will create
a coordinated pipeline with the merge request that needs to be deployed.
1. Trigger the [`auto_deploy:prepare`] [pipeline schedule](https://ops.gitlab.net/gitlab-org/release/tools/-/pipeline_schedules). This will create the new
auto-deploy branch.
1. Trigger the [`auto_deploy:tag`] [pipeline schedule](https://ops.gitlab.net/gitlab-org/release/tools/-/pipeline_schedules). This will create
a coordinated pipeline with the merge request that needs to be deployed using
the new branch created in the prior step.
Once the merge request in the auto-deploy branch has a green pipeline, disable the
[`auto_deploy_tag_latest`] feature flag, disabling the flag before could lead to
......
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