[CI] Broaden stage-b-test-1-gpu-large runner pool to H100 + H200 (#24080)
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.7
parent
903e46d848
commit
d4040e7010
@@ -820,7 +820,10 @@ jobs:
|
||||
((needs.check-changes.outputs.main_package == 'true') || (needs.check-changes.outputs.sgl_kernel == 'true'))
|
||||
)
|
||||
)
|
||||
runs-on: 1-gpu-h100
|
||||
# `1-gpu-h100-h200` is a shared label advertised by both the 1-GPU H100 and
|
||||
# 1-GPU H200 runner pools, so this job can land on either. Multimodal_gen
|
||||
# jobs in pr-test-multimodal-gen.yml continue to pin to `1-gpu-h100`.
|
||||
runs-on: 1-gpu-h100-h200
|
||||
timeout-minutes: 240
|
||||
strategy:
|
||||
fail-fast: false
|
||||
|
||||
Reference in New Issue
Block a user