forked from kubernetes/kubernetes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update wording to suggest job or test as the target
- Loading branch information
Showing
2 changed files
with
22 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |