Skip to content

Commit

Permalink
Add kind/flake issue template
Browse files Browse the repository at this point in the history
Update wording to suggest job or test as the target
  • Loading branch information
spiffxp committed Dec 10, 2019
1 parent cae442a commit edfef79
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/failing-test.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Failing Test
about: Report test failures in Kubernetes CI jobs
about: Report continuously failing tests or jobs in Kubernetes CI
labels: kind/failing-test

---

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

**Which jobs are failing**:

Expand Down
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/flaking-test.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Flaking Test
about: Report flaky tests or jobs in Kubernetes CI
labels: kind/flake

---

<!-- 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 -->

**Which jobs are flaking**:

**Which test(s) are flaking**:

**Testgrid link**:

**Reason for failure**:

**Anything else we need to know**:
- links to go.k8s.io/triage appreciated
- links to specific failures in spyglass appreciated

0 comments on commit edfef79

Please sign in to comment.