ci: add runner dropdown to rerun-ut workflow dispatch (#20645)
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
53f831691a
commit
c2245d9b55
@@ -9,9 +9,19 @@ on:
|
|||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
runner_label:
|
runner_label:
|
||||||
description: "Runner label (e.g. '1-gpu-runner', '1-gpu-5090', '4-gpu-h100')"
|
description: "Runner label"
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: choice
|
||||||
|
options:
|
||||||
|
- 1-gpu-runner
|
||||||
|
- 1-gpu-5090
|
||||||
|
- 2-gpu-runner
|
||||||
|
- 4-gpu-h100
|
||||||
|
- 4-gpu-a10
|
||||||
|
- 4-gpu-b200
|
||||||
|
- 8-gpu-h200
|
||||||
|
- 8-gpu-h20
|
||||||
|
- 8-gpu-b200
|
||||||
pr_head_sha:
|
pr_head_sha:
|
||||||
description: "PR head SHA to checkout (for /rerun-ut on fork PRs)"
|
description: "PR head SHA to checkout (for /rerun-ut on fork PRs)"
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user