Skip to content

Commit 9e3506b

Browse files
authored
Merge pull request #3054 from Jont828/test-issue-template
Add issue template for failing and flaky tests in testgrid
2 parents 5c69b44 + 096303a commit 9e3506b

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
name: Failing Test
3+
about: Report continuously failing tests or jobs in Cluster API Provider Azure CI
4+
5+
---
6+
7+
<!-- Please only use this template for submitting reports about continuously failing tests or jobs in Cluster API Provider Azure CI -->
8+
9+
**Which jobs are failing:**
10+
11+
**Which tests are failing:**
12+
13+
**Since when has it been failing:**
14+
15+
**Testgrid link:**
16+
17+
**Reason for failure (if possible):**
18+
19+
**Anything else we need to know:**
20+
21+
/kind failing-test
22+
23+
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: Flaky Test
3+
about: Report flaky tests or jobs in Cluster API Provider Azure CI
4+
5+
---
6+
7+
<!-- Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Cluster API Provider Azure CI -->
8+
9+
**Which jobs are flaky:**
10+
11+
**Which tests are flaky:**
12+
13+
**Testgrid link:**
14+
15+
**Reason for failure (if possible):**
16+
17+
**Anything else we need to know:**
18+
- links to go.k8s.io/triage appreciated
19+
- links to specific failures in spyglass appreciated
20+
21+
22+
/kind flake
23+
24+
[One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels]

0 commit comments

Comments
 (0)