Fix DeepEP CI test registration (#30873)

This commit is contained in:
Mohammad Miadh Angkad
2026-07-12 05:54:50 -07:00
committed by GitHub
parent 539253e1d5
commit 96a04cb13f
4 changed files with 17 additions and 2 deletions
@@ -11,7 +11,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=500, stage="extra-b", runner_config="4-gpu-h100")
register_cuda_ci(est_time=500, stage="extra-b", runner_config="deepep-4-gpu-h100")
GQA_MODEL_PATH = "Qwen/Qwen3-30B-A3B-FP8"
@@ -24,7 +24,7 @@ from sglang.test.test_utils import (
popen_launch_server,
)
register_cuda_ci(est_time=400, stage="extra-b", runner_config="4-gpu-h100")
register_cuda_ci(est_time=400, stage="extra-b", runner_config="deepep-4-gpu-h100")
# FP8 variant of Qwen3-30B-A3B: required because DeepEP normal/LL fast paths in
# ep_moe/layer.py only run for {Fp8Config (via deep_gemm), W4AFp8Config, aiter,
+1
View File
@@ -93,6 +93,7 @@ PER_COMMIT_SUITES = {
"extra-b-test-4-gpu-h100",
"extra-b-test-4-gpu-b200",
"extra-b-test-8-gpu-h200",
"extra-b-test-deepep-4-gpu-h100",
"extra-b-test-deepep-4-gpu-b200",
"extra-b-test-deepep-8-gpu-h200",
],