From a303fa25ac54bcbdc7b790ac0b26bc2a2a36d770 Mon Sep 17 00:00:00 2001 From: Tom Krizek Date: Wed, 25 Oct 2023 15:51:23 +0200 Subject: [PATCH] Update release checklist Add a step to verify results of shotgun:* jobs. (cherry picked from commit 322dfbf6a9aac06acd2ee7c7eafdd10d4fe9159a) --- .gitlab/issue_templates/Release.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/issue_templates/Release.md b/.gitlab/issue_templates/Release.md index 1176f45286..2fd3da81d3 100644 --- a/.gitlab/issue_templates/Release.md +++ b/.gitlab/issue_templates/Release.md @@ -32,6 +32,7 @@ - [ ] ***(QA)*** Inform Support and Marketing of impending release (and give estimated release dates). - [ ] ***(QA)*** Ensure there are no permanent test failures on any platform. + - [ ] ***(QA)*** Check charts from `shotgun:*` jobs in the scheduled pipelines to verify there is no unexplained performance drop for any protocol. - [ ] ***(QA)*** Check Perflab to ensure there has been no unexplained drop in performance for the versions being released. - [ ] ***(QA)*** Check whether all issues assigned to the release milestone are resolved[^1]. - [ ] ***(QA)*** Ensure that there are no outstanding merge requests in the private repository[^1] (Subscription Edition only).