[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.
|
# NOTE: This workflow is intentionally cron-only.
|
||||||
# It must NOT be triggered manually (no workflow_dispatch) to prevent
|
# It must NOT be triggered manually (no workflow_dispatch) to prevent
|
||||||
@@ -47,7 +47,7 @@ jobs:
|
|||||||
prepare-image:
|
prepare-image:
|
||||||
needs: setup
|
needs: setup
|
||||||
if: github.repository == 'sgl-project/sglang'
|
if: github.repository == 'sgl-project/sglang'
|
||||||
runs-on: gb200
|
runs-on: 72-gpu-gb200
|
||||||
outputs:
|
outputs:
|
||||||
squash_file: ${{ steps.import.outputs.squash_file }}
|
squash_file: ${{ steps.import.outputs.squash_file }}
|
||||||
nginx_squash_file: ${{ steps.import.outputs.nginx_squash_file }}
|
nginx_squash_file: ${{ steps.import.outputs.nginx_squash_file }}
|
||||||
@@ -79,7 +79,7 @@ jobs:
|
|||||||
nightly-gb200-benchmark:
|
nightly-gb200-benchmark:
|
||||||
needs: [setup, prepare-image]
|
needs: [setup, prepare-image]
|
||||||
if: github.repository == 'sgl-project/sglang'
|
if: github.repository == 'sgl-project/sglang'
|
||||||
runs-on: gb200
|
runs-on: 72-gpu-gb200
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
Reference in New Issue
Block a user