Skip to content
Permalink
Browse files
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>
  • Loading branch information
RafaelGSS authored and danielleadams committed Jul 26, 2022
1 parent c1893b7 commit 7d49fc766c12943dc6515c236ba8f522d44071a5
Showing 1 changed file with 15 additions and 2 deletions.
@@ -19,11 +19,24 @@ body:
placeholder: e.g. `test-fs-stat-bigint`
validations:
required: true
- type: input
- type: dropdown
attributes:
label: Platform
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
attributes:
label: Console output

0 comments on commit 7d49fc7

Please sign in to comment.