From 53df43d0a3ab3972d0af412d1224ef191c9a6c30 Mon Sep 17 00:00:00 2001 From: Liangsheng Yin Date: Sun, 3 May 2026 15:57:53 -0700 Subject: [PATCH] rerun-test: route deepep h200 suite to deepep runner (#24325) --- .github/workflows/rerun-test.yml | 3 +++ scripts/ci/utils/slash_command_handler.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/rerun-test.yml b/.github/workflows/rerun-test.yml index d7b9c95b4..f918f5f81 100644 --- a/.github/workflows/rerun-test.yml +++ b/.github/workflows/rerun-test.yml @@ -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 diff --git a/scripts/ci/utils/slash_command_handler.py b/scripts/ci/utils/slash_command_handler.py index 3c4a70cad..059f4e86e 100644 --- a/scripts/ci/utils/slash_command_handler.py +++ b/scripts/ci/utils/slash_command_handler.py @@ -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",