...
1name: Failing Test
2description: Report continuously failing tests or jobs in Kubernetes CI
3labels: kind/failing-test
4body:
5 - type: textarea
6 id: jobs
7 attributes:
8 label: Which jobs are failing?
9 placeholder: |
10 Please only use this template for submitting reports about continuously failing tests or jobs in Kubernetes CI.
11 validations:
12 required: true
13
14 - type: textarea
15 id: tests
16 attributes:
17 label: Which tests are failing?
18 validations:
19 required: true
20
21 - type: textarea
22 id: since
23 attributes:
24 label: Since when has it been failing?
25 validations:
26 required: true
27
28 - type: input
29 id: testgrid
30 attributes:
31 label: Testgrid link
32
33 - type: textarea
34 id: reason
35 attributes:
36 label: Reason for failure (if possible)
37
38 - type: textarea
39 id: additional
40 attributes:
41 label: Anything else we need to know?
42
43 - type: textarea
44 id: sigs
45 attributes:
46 label: Relevant SIG(s)
47 description: You can identify the SIG from the "prowjob_config_url" on the testgrid dashboard for a test.
48 value: /sig
View as plain text