From 34ccf14745498c60297fe43e86d84f3cc014b9d1 Mon Sep 17 00:00:00 2001 From: Justin Tobler Date: Thu, 9 Feb 2023 09:36:52 -0600 Subject: template: Add flaky test issue template In order to standardize the creation of flaky test issues, a new issue template has been added. This template ensures that the appropriate labels are applied automatically and tracks whether the flaky test has been quarantined. --- .gitlab/issue_templates/Flaky Test.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitlab/issue_templates/Flaky Test.md (limited to '.gitlab') diff --git a/.gitlab/issue_templates/Flaky Test.md b/.gitlab/issue_templates/Flaky Test.md new file mode 100644 index 000000000..a93a28d67 --- /dev/null +++ b/.gitlab/issue_templates/Flaky Test.md @@ -0,0 +1,13 @@ +/title [Flaky Test] + + + +## Steps +- [ ] Flaky test has been quarantined with [`testhelper.SkipQuarantinedTest`](https://gitlab.com/gitlab-org/gitaly/-/blob/master/internal/testhelper/testhelper.go#L388-L398). +- [ ] Flaky test has been fixed and quarantine removed. + +/label ~"Category:Gitaly" ~"group::gitaly" ~"section::enablement" ~"devops::systems" ~"type::maintenance" ~"maintenance::pipelines" ~"failure::flaky-test" "~"priority::1" -- cgit v1.2.3