[CI] Little renaming of gb200 CI workflow (#22608)
This commit is contained in:
+3
-3
@@ -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:
|
||||
Reference in New Issue
Block a user