Skip to content

Commit 414c838

Browse files
authored
Merge pull request kubernetes#86096 from spiffxp/add-flake-issue-template
Add kind/flake issue template
2 parents 7a9788b + edfef79 commit 414c838

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

.github/ISSUE_TEMPLATE/failing-test.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
name: Failing Test
3-
about: Report test failures in Kubernetes CI jobs
3+
about: Report continuously failing tests or jobs in Kubernetes CI
44
labels: kind/failing-test
55

66
---
77

8-
<!-- Please only use this template for submitting reports about failing tests in Kubernetes CI jobs -->
8+
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI -->
99

1010
**Which jobs are failing**:
1111

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
name: Flaking Test
3+
about: Report flaky tests or jobs in Kubernetes CI
4+
labels: kind/flake
5+
6+
---
7+
8+
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Kubernetes CI -->
9+
10+
**Which jobs are flaking**:
11+
12+
**Which test(s) are flaking**:
13+
14+
**Testgrid link**:
15+
16+
**Reason for failure**:
17+
18+
**Anything else we need to know**:
19+
- links to go.k8s.io/triage appreciated
20+
- links to specific failures in spyglass appreciated

0 commit comments

Comments
 (0)