rerun-test: route deepep h200 suite to deepep runner (#24325)

This commit is contained in:
Liangsheng Yin
2026-05-03 15:57:53 -07:00
committed by GitHub
parent 9a5450ad73
commit 53df43d0a3
2 changed files with 4 additions and 1 deletions
+3
View File
@@ -21,6 +21,7 @@ on:
- 4-gpu-a10
- 4-gpu-b200
- 8-gpu-h200
- 8-gpu-h200-deepep
- 8-gpu-h20
- 8-gpu-b200
- ubuntu-latest
@@ -49,6 +50,8 @@ env:
SGLANG_IS_IN_CI: true
SGLANG_CUDA_COREDUMP: "1"
SGLANG_JIT_DEEPGEMM_FAST_WARMUP: true
# TEMP: rebuild deepep against the new torch for torch-211-merge PR only — revert before merging to main.
FORCE_REBUILD_DEEPEP: '1'
permissions:
actions: write
+1 -1
View File
@@ -486,7 +486,7 @@ CUDA_SUITE_TO_RUNNER = {
"stage-c-test-8-gpu-h20": "8-gpu-h20",
"stage-c-test-4-gpu-b200": "4-gpu-b200",
"stage-c-test-deepep-4-gpu-h100": "4-gpu-h100",
"stage-c-test-deepep-8-gpu-h200": "8-gpu-h200",
"stage-c-test-deepep-8-gpu-h200": "8-gpu-h200-deepep",
# Nightly test suites (NVIDIA)
"nightly-1-gpu": "1-gpu-h100",
"nightly-4-gpu": "4-gpu-h100",