diff --git a/.gitlab/issue_templates/Migration_Acceptance_Testing.md b/.gitlab/issue_templates/Migration_Acceptance_Testing.md index 095389ed171dffadc147937e9cadb7401ea21fff..19e5125a82001cf2b0a1022bcb17682a1bab816a 100644 --- a/.gitlab/issue_templates/Migration_Acceptance_Testing.md +++ b/.gitlab/issue_templates/Migration_Acceptance_Testing.md @@ -31,7 +31,10 @@ Required GitLab Version: `vX.X` - [ ] GitLab: https://dev.gitlab.org/help - [ ] Enable on `dev.gitlab.org`: - - [ ] ssh into `dev.gitlab.org` and enable the feature running by running `Feature.get('gitaly_FEATURE_NAME').enable` on a rails console. + - [ ] `!feature-set gitaly_FEATURE_NAME 1` in [`#dev-gitlab`](https://gitlab.slack.com/messages/C6WQ87MU3) + - [ ] Inspect dev logs in ELK (base dev search: https://log.gitlap.com/goto/9dc4f7767fc8305778ad6a99efe186c0) + - [ ] Check for errors in Gitaly Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg-gitaly/?query=is%3Aunresolved+grpc.method%3A%2Fgitaly.SERVICE_NAME%2FMETHOD_NAME + - [ ] Check for errors in dev.gitlab.org Sentry: https://sentry.gitlap.com/gitlab/devgitlaborg/?query=is%3Aunresolved+gitaly - [ ] Perform some testing and leave the feature enabled ## 3. Staging Trial