...

Text file src/k8s.io/kubernetes/.github/ISSUE_TEMPLATE/flaking-test.yaml

Documentation: k8s.io/kubernetes/.github/ISSUE_TEMPLATE

     1name: Flaking Test
     2description: Report flaky tests or jobs in Kubernetes CI
     3labels: kind/flake
     4body:
     5  - type: textarea
     6    id: jobs
     7    attributes:
     8      label: Which jobs are flaking?
     9      description: |
    10        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.
    11        Links to go.k8s.io/triage and/or links to specific failures in spyglass are appreciated.
    12        Please see the deflaking doc (https://github.com/kubernetes/community/blob/master/contributors/devel/sig-testing/flaky-tests.md) for more guidance.
    13    validations:
    14      required: true
    15
    16  - type: textarea
    17    id: tests
    18    attributes:
    19      label: Which tests are flaking?
    20    validations:
    21      required: true
    22
    23  - type: textarea
    24    id: since
    25    attributes:
    26      label: Since when has it been flaking?
    27    validations:
    28      required: true
    29
    30  - type: input
    31    id: testgrid
    32    attributes:
    33      label: Testgrid link
    34
    35  - type: textarea
    36    id: reason
    37    attributes:
    38      label: Reason for failure (if possible)
    39
    40  - type: textarea
    41    id: additional
    42    attributes:
    43      label: Anything else we need to know?
    44
    45  - type: textarea
    46    id: sigs
    47    attributes:
    48      label: Relevant SIG(s)
    49      description: You can identify the SIG from the "prowjob_config_url" on the testgrid dashboard for a test.
    50      value: /sig 

View as plain text