[CI] Little renaming of gb200 CI workflow (#22608)

This commit is contained in:
Baizhou Zhang
2026-04-11 17:52:42 -07:00
committed by GitHub
parent 8da1cfb30d
commit 2e70e4f4f6
@@ -1,4 +1,4 @@
name: Nightly Perf Regression (GB200)
name: Nightly Test (GB200 72GPU)
# NOTE: This workflow is intentionally cron-only.
# It must NOT be triggered manually (no workflow_dispatch) to prevent
@@ -47,7 +47,7 @@ jobs:
prepare-image:
needs: setup
if: github.repository == 'sgl-project/sglang'
runs-on: gb200
runs-on: 72-gpu-gb200
outputs:
squash_file: ${{ steps.import.outputs.squash_file }}
nginx_squash_file: ${{ steps.import.outputs.nginx_squash_file }}
@@ -79,7 +79,7 @@ jobs:
nightly-gb200-benchmark:
needs: [setup, prepare-image]
if: github.repository == 'sgl-project/sglang'
runs-on: gb200
runs-on: 72-gpu-gb200
strategy:
fail-fast: false
matrix: