[ci] Move dpsk-r1-fp4 b200 test to stage b (#15084)

This commit is contained in:
Qiaolin Yu
2025-12-13 23:14:08 -08:00
committed by GitHub
parent 2ae5bed193
commit 729529190d
5 changed files with 58 additions and 9 deletions
+3 -1
View File
@@ -167,8 +167,10 @@ suites = {
TestFile("test_disaggregation_pp.py", 140),
TestFile("test_disaggregation_dp_attention.py", 155),
],
"per-commit-4-gpu-b200-stage-b": [
TestFile("test_deepseek_v3_fp4_4gpu.py", 1800), # Stage B test
],
"per-commit-4-gpu-b200": [
TestFile("test_deepseek_v3_fp4_4gpu.py", 1800),
TestFile("test_flash_attention_4.py", 90),
TestFile("test_fp8_blockwise_gemm.py", 280),
TestFile("test_gpt_oss_4gpu.py", 700),