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

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Tobler <jtobler@gitlab.com>2023-02-09 18:36:52 +0300
committerJustin Tobler <jtobler@gitlab.com>2023-02-09 18:36:52 +0300
commit34ccf14745498c60297fe43e86d84f3cc014b9d1 (patch)
treef4757eeb7c5a69ef6250baeb5f2765b864f77de6 /.gitlab
parent96add14f08eac5a3c00923f17c077200b5b1c220 (diff)
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.
Diffstat (limited to '.gitlab')
-rw-r--r--.gitlab/issue_templates/Flaky Test.md13
1 files changed, 13 insertions, 0 deletions
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] <test name>
+
+<!--
+Provide any relevant information about the flaky test. Such as:
+- Link to CI job with flaky test failure
+- Copy of logs containing failure
+-->
+
+## 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"