sigs.k8s.io/cluster-api@v1.7.1/.github/ISSUE_TEMPLATE/flaking_test.yaml (about) 1 name: ❄️ Flaking Test 2 description: Report flaky tests or jobs in Cluster API CI 3 body: 4 - type: textarea 5 id: jobs 6 attributes: 7 label: Which jobs are flaking? 8 description: | 9 Please only use this template for submitting reports about flaky tests or jobs (pass or fail with no underlying change in code) in Cluster API CI. 10 Links to go.k8s.io/triage and/or links to specific failures in spyglass are appreciated. 11 validations: 12 required: true 13 14 - type: textarea 15 id: tests 16 attributes: 17 label: Which tests are flaking? 18 validations: 19 required: true 20 21 - type: textarea 22 id: since 23 attributes: 24 label: Since when has it been flaking? 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 placeholder: "Miscellaneous information that will assist in fixing the flaking test." 43 44 - type: textarea 45 id: templateLabel 46 attributes: 47 label: Label(s) to be applied 48 value: | 49 /kind flake 50 One or more /area label. See https://github.com/kubernetes-sigs/cluster-api/labels?q=area for the list of labels.