[CI]Unblock and split spec v2+dp test (#14551)

This commit is contained in:
Baizhou Zhang
2025-12-07 17:39:25 -08:00
committed by GitHub
parent 03b835e7d1
commit 6799847ebf
5 changed files with 96 additions and 52 deletions
+2 -2
View File
@@ -1143,7 +1143,7 @@ jobs:
strategy:
fail-fast: false
matrix:
part: [0, 1]
part: [0, 1, 2]
steps:
- name: Checkout code
@@ -1165,7 +1165,7 @@ jobs:
timeout-minutes: 30
run: |
cd test/srt
python3 run_suite.py --suite per-commit-4-gpu-b200 --auto-partition-id ${{ matrix.part }} --auto-partition-size 2 --timeout-per-file 1800
python3 run_suite.py --suite per-commit-4-gpu-b200 --auto-partition-id ${{ matrix.part }} --auto-partition-size 3 --timeout-per-file 1800
unit-test-backend-4-gpu-gb200:
needs: [check-changes, call-gate, unit-test-backend-2-gpu, sgl-kernel-build-wheels-arm]