mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
35 lines
624 B
YAML
35 lines
624 B
YAML
---
|
|
name: Flaking Test
|
|
description: Report flaky tests
|
|
labels:
|
|
- type/flake
|
|
body:
|
|
- type: textarea
|
|
id: workflows
|
|
attributes:
|
|
label: Which github workflows 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 link
|
|
|
|
- type: textarea
|
|
id: reason
|
|
attributes:
|
|
label: Reason for failure (if possible)
|
|
|
|
- type: textarea
|
|
id: additional
|
|
attributes:
|
|
label: Anything else we need to know?
|