From 1b4cb6b8c14944fbe3d7e02d4f8de6e8b465d971 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Tue, 21 Jul 2026 16:41:17 -0700 Subject: [PATCH] Route /rerun-test for b200 multimodal tests to the b200 pool (#31928) --- scripts/ci/utils/slash_command_handler.py | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/ci/utils/slash_command_handler.py b/scripts/ci/utils/slash_command_handler.py index 9f760acc3..c3d4af1e0 100644 --- a/scripts/ci/utils/slash_command_handler.py +++ b/scripts/ci/utils/slash_command_handler.py @@ -462,6 +462,7 @@ MULTIMODAL_TEST_DIR = "python/sglang/multimodal_gen/test" MULTIMODAL_PATH_TO_RUNNER = { "2_gpu": "2-gpu-h100", "2-gpu": "2-gpu-h100", + "b200": _B200_DEFAULT_RUNNER, } MULTIMODAL_DEFAULT_RUNNER = "1-gpu-h100"