Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Amirault <mamirault@gitlab.com>2023-03-14 10:12:19 +0300
committerMarcel Amirault <mamirault@gitlab.com>2023-03-14 10:12:19 +0300
commit68a81a26d34f1166c845aa8df9c585f16503597c (patch)
tree1ab227df78976eb70443a480310dc3e87de6bc0e /.gitlab
parentbe4c0047afa3d2cb456d1ff17f22638aa03ac5fa (diff)
parent8d598146595be3613aaa4ac9a249c04502727193 (diff)
Merge branch 'eread/update-version-bump-template-with-new-scheduled-pipeline' into 'main'
Update version bump template with new scheduled pipeline See merge request https://gitlab.com/gitlab-org/gitlab-docs/-/merge_requests/3662 Merged-by: Marcel Amirault <mamirault@gitlab.com> Approved-by: Marcel Amirault <mamirault@gitlab.com> Co-authored-by: Evan Read <eread@gitlab.com>
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Ruby Alpine versions bump.md10
1 files changed, 6 insertions, 4 deletions
diff --git a/.gitlab/issue_templates/Ruby Alpine versions bump.md b/.gitlab/issue_templates/Ruby Alpine versions bump.md
index b610b7ac..4dd6abed 100644
--- a/.gitlab/issue_templates/Ruby Alpine versions bump.md
+++ b/.gitlab/issue_templates/Ruby Alpine versions bump.md
@@ -32,15 +32,17 @@ To bump the versions of Ruby or Alpine:
```
Then merge the merge request.
-1. After the merge request is merged, run the following manual jobs in the next
- [scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/-/pipelines?page=1&scope=all&source=schedule):
+1. After the merge request is merged, run the [`Build docker images manually` scheduled pipeline](https://gitlab.com/gitlab-org/gitlab-docs/-/pipeline_schedules),
+ and run the following manual jobs:
- [ ] `image:gitlab-docs-base`
- [ ] `image:docs-lint-markdown`
- [ ] `image:docs-lint-html`
-1. [ ] After the new images are built, make sure they work as expected by first updating
- the `image` entries in `gitlab-docs`: <https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab/ci/test.gitlab-ci.yml>.
+1. After the new images are built, make sure they work as expected by first updating
+ the `image` entries in `gitlab-docs`:
+ - [ ] <https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab/ci/test.gitlab-ci.yml>
+ - [ ] <https://gitlab.com/gitlab-org/gitlab-docs/-/blob/main/.gitlab/ci/rules.gitlab-ci.yml>
1. Update the the `image` entries in the upstream projects: