Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7d49fc7

Browse filesBrowse 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
Copy full SHA for 7d49fc7

File tree

Expand file treeCollapse file tree

1 file changed

+15
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+15
-2
lines changed
Open diff view settings
Collapse file

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

Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/4-report-a-flaky-test.yml
+15-2Lines changed: 15 additions & 2 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.