Skip to content

Commit 7d49fc7

Browse files
RafaelGSSdanielleadams
authored andcommitted
meta: use platform dropdown on flaky template
PR-URL: #43855 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
1 parent c1893b7 commit 7d49fc7

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml

+15-2
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,24 @@ body:
1919
placeholder: e.g. `test-fs-stat-bigint`
2020
validations:
2121
required: true
22-
- type: input
22+
- type: dropdown
2323
attributes:
2424
label: Platform
2525
description: The platform the test is flaky on.
26-
placeholder: e.g. `macos` or `linux`
26+
multiple: true
27+
options:
28+
- AIX
29+
- FreeBSD
30+
- Linux ARM64
31+
- Linux ARMv7
32+
- Linux PPC64LE
33+
- Linux s390x
34+
- Linux x64
35+
- macOS ARM64
36+
- macOS x64
37+
- SmartOS
38+
- Windows
39+
- Other
2740
- type: textarea
2841
attributes:
2942
label: Console output

0 commit comments

Comments
 (0)