Split dpsk fp4 4 gpu tests and move the mtp part to real stage b (#15553)

This commit is contained in:
Qiaolin Yu
2025-12-21 15:51:43 -08:00
committed by GitHub
parent b9d786059f
commit a92de891b8
5 changed files with 123 additions and 100 deletions
+3 -3
View File
@@ -685,7 +685,7 @@ jobs:
stage-b-test-4-gpu-b200:
needs: [check-changes, call-gate, unit-test-backend-1-gpu]
needs: [check-changes, call-gate, stage-a-test-1, sgl-kernel-build-wheels]
if: |
always() &&
(
@@ -721,8 +721,8 @@ jobs:
- name: Run test
timeout-minutes: 30
run: |
cd test/srt
IS_BLACKWELL=1 python3 run_suite.py --suite per-commit-4-gpu-b200-stage-b --timeout-per-file 1800
cd test
IS_BLACKWELL=1 python3 run_suite.py --hw cuda --suite stage-b-test-4-gpu-b200
unit-test-backend-2-gpu: