sigs.k8s.io/cluster-api@v1.7.1/.github/ISSUE_TEMPLATE/failing_test.yaml (about) 1 name: 🚨 Failing Test 2 description: Report continuously failing tests or jobs in Cluster API CI 3 body: 4 - type: textarea 5 id: jobs 6 attributes: 7 label: Which jobs are failing? 8 placeholder: | 9 Please only use this template for submitting reports about continuously failing tests or jobs in Cluster API CI. 10 validations: 11 required: true 12 13 - type: textarea 14 id: tests 15 attributes: 16 label: Which tests are failing? 17 validations: 18 required: true 19 20 - type: textarea 21 id: since 22 attributes: 23 label: Since when has it been failing? 24 validations: 25 required: true 26 27 - type: input 28 id: testgrid 29 attributes: 30 label: Testgrid link 31 32 - type: textarea 33 id: reason 34 attributes: 35 label: Reason for failure (if possible) 36 37 - type: textarea 38 id: additional 39 attributes: 40 label: Anything else we need to know? 41 placeholder: "Miscellaneous information that will assist in fixing the failing test." 42 43 - type: textarea 44 id: templateLabel 45 attributes: 46 label: Label(s) to be applied 47 value: | 48 /kind failing-test 49 One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.