Route /rerun-test for b200 multimodal tests to the b200 pool (#31928)

This commit is contained in:
Alison Shao
2026-07-21 16:41:17 -07:00
committed by GitHub
parent 08cb081ed0
commit 1b4cb6b8c1
@@ -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"