Skip to content
Snippets Groups Projects
Commit 7cf7144d authored by Courtney Meddaugh's avatar Courtney Meddaugh
Browse files

Merge branch 'laurenbarker-main-patch-dff1' into 'main'

Revise instructions for manually triggering kickoff tasks

See merge request !10788
parents 1ce89ac5 9c80a72b
No related branches found
No related tags found
Loading
Pipeline #1609350042 passed
......@@ -21,7 +21,10 @@ At a high level, the Release post schedule is:
### Monday, 3 weeks before release
- Through **automation**, the [Release Post Process Kickoff Tasks](https://gitlab.com/gitlab-com/www-gitlab-com/-/pipeline_schedules) run in a scheduled pipeline invoking the `bin/rake release_post:start` rake task. ([pipeline configuration](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/.gitlab-ci.yml#L280-288); [rake task](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/lib/tasks/release_post.rake#L9))
- Release Post Manager manually triggers the following [scheduled pipelines in the www-gitlab-com project](https://gitlab.com/gitlab-com/www-gitlab-com/-/pipeline_schedules):
- `Release Post Process Kickoff Tasks`
- `Add deprecations and removals to current release post branch`
- These invoke the `bin/rake release_post:start` rake task. ([pipeline configuration](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/.gitlab-ci.yml#L280-288); [rake task](https://gitlab.com/gitlab-com/www-gitlab-com/blob/master/lib/tasks/release_post.rake#L9))
- This task creates the branches, MRs, and issues necessary to run the Release Post process
- The MRs and issues will be assigned to the Release Post Manager using the content in [release_post_managers.yml](https://gitlab.com/gitlab-com/www-gitlab-com/-/blob/master/data/release_post_managers.yml)
......
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