https://github.com/etcd-io/etcd
Raw File
Tip revision: 04082b767237367f9369939c7f0a5129a4f1c3f0 authored by James Blair on 29 June 2024, 17:13:39 UTC
Merge pull request #18249 from ivanvc/remove-govulncheck-github-workflow
Tip revision: 04082b7
test-flake.yml
---
name: Flaking Test
description: Report flaky tests
labels:
  - type/flake
  - area/testing
body:
  - type: textarea
    id: workflows
    attributes:
      label: Which Github Action / Prow Jobs are flaking?
    validations:
      required: true

  - type: textarea
    id: tests
    attributes:
      label: Which tests are flaking?
    validations:
      required: true

  - type: input
    id: link
    attributes:
      label: Github Action / Prow Job link

  - type: textarea
    id: reason
    attributes:
      label: Reason for failure (if possible)

  - type: textarea
    id: additional
    attributes:
      label: Anything else we need to know?
back to top