[CI] Broaden stage-b-test-4-gpu-b200 runner pool to low-disk label (#23505)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Kangyan-Zhou
2026-04-22 17:14:09 -07:00
committed by GitHub
co-authored by Claude Opus 4.7
parent f611dd24f1
commit 0bee211335
+4 -1
View File
@@ -905,7 +905,10 @@ jobs:
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
)
)
runs-on: ${{ needs.check-changes.outputs.b200_runner }}
# The `*-low-disk` label (resolved by `set-runner` to `4-gpu-b200-low-disk` or
# `4-gpu-b200-kernel-low-disk`) is advertised by both the existing large-disk B200
# runners and the new low-disk runner, so this job can land on either pool.
runs-on: ${{ needs.check-changes.outputs.b200_low_disk_runner }}
timeout-minutes: 240
strategy:
fail-fast: false