meta: use platform dropdown on flaky template
PR-URL: https://github.com/nodejs/node/pull/43855 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com>
This commit is contained in:
parent
c030f88fcf
commit
6e740f2638
17
.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
vendored
17
.github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
vendored
@ -19,11 +19,24 @@ body:
|
|||||||
placeholder: e.g. `test-fs-stat-bigint`
|
placeholder: e.g. `test-fs-stat-bigint`
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: dropdown
|
||||||
attributes:
|
attributes:
|
||||||
label: Platform
|
label: Platform
|
||||||
description: The platform the test is flaky on.
|
description: The platform the test is flaky on.
|
||||||
placeholder: e.g. `macos` or `linux`
|
multiple: true
|
||||||
|
options:
|
||||||
|
- AIX
|
||||||
|
- FreeBSD
|
||||||
|
- Linux ARM64
|
||||||
|
- Linux ARMv7
|
||||||
|
- Linux PPC64LE
|
||||||
|
- Linux s390x
|
||||||
|
- Linux x64
|
||||||
|
- macOS ARM64
|
||||||
|
- macOS x64
|
||||||
|
- SmartOS
|
||||||
|
- Windows
|
||||||
|
- Other
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Console output
|
label: Console output
|
||||||
|
Loading…
x
Reference in New Issue
Block a user