mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-19 09:52:49 +00:00
Add kind/flake issue template
Update wording to suggest job or test as the target
This commit is contained in:
parent
cae442a7ce
commit
edfef79364
4
.github/ISSUE_TEMPLATE/failing-test.md
vendored
4
.github/ISSUE_TEMPLATE/failing-test.md
vendored
@ -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
20
.github/ISSUE_TEMPLATE/flaking-test.md
vendored
Normal 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
|
Loading…
Reference in New Issue
Block a user