[NVIDIA] Add cutedsl e2e test to GB200 CI (#12672)

Co-authored-by: Baizhou Zhang <sobereddiezhang@gmail.com>
This commit is contained in:
Kaixi Hou
2025-11-20 18:30:12 -08:00
committed by GitHub
parent 81e86992cd
commit db2d362d04
2 changed files with 1 additions and 3 deletions

View File

@@ -180,9 +180,7 @@ suites = {
"per-commit-8-gpu-b200": [],
"per-commit-4-gpu-gb200": [
TestFile("test_cutedsl_moe.py", 300),
TestFile("test_deepseek_v3_fp4_4gpu.py", 1800),
# Disabled temporarily, see https://github.com/sgl-project/sglang/issues/12533
# TestFile("test_deepseek_v3_cutedsl_4gpu.py", 3600),
TestFile("test_deepseek_v3_cutedsl_4gpu.py", 3600),
],
"per-commit-4-gpu-deepep": [
TestFile("ep/test_deepep_small.py", 531),