Add kind/flake issue template

Update wording to suggest job or test as the target
This commit is contained in:
Aaron Crickenberger 2019-12-09 16:05:05 -08:00
parent cae442a7ce
commit edfef79364
2 changed files with 22 additions and 2 deletions

View File

@ -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**:

20
.github/ISSUE_TEMPLATE/flaking-test.md vendored Normal file
View File

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