| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -19,11 +19,24 @@ body: | |||
| 19 | 19 | placeholder: e.g. `test-fs-stat-bigint` | |
| 20 | 20 | validations: | |
| 21 | 21 | required: true | |
| 22 | - - type: input | ||
| 22 | + - type: dropdown | ||
| 23 | 23 | attributes: | |
| 24 | 24 | label: Platform | |
| 25 | 25 | 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 | ||
| 27 | 40 | - type: textarea | |
| 28 | 41 | attributes: | |
| 29 | 42 | label: Console output | |
| Back | FazBrowse Home | New Git URL |
0 commit comments