test(4-gpu-b200): split test_qwen35_models.py + bump partitions 5→6 (#22913)

This commit is contained in:
Alison Shao
2026-04-16 18:51:59 -07:00
committed by GitHub
parent e353630b57
commit 0052093178
4 changed files with 184 additions and 247 deletions
+2 -2
View File
@@ -1232,7 +1232,7 @@ jobs:
strategy:
fail-fast: false
matrix:
part: [0, 1, 2, 3, 4]
part: [0, 1, 2, 3, 4, 5]
steps:
- name: Checkout code
@@ -1263,7 +1263,7 @@ jobs:
CONTINUE_ON_ERROR_FLAG: ${{ needs.check-changes.outputs.continue_on_error == 'true' && '--continue-on-error' || '' }}
run: |
cd test
python3 run_suite.py --hw cuda --suite stage-c-test-4-gpu-b200 --auto-partition-id ${{ matrix.part }} --auto-partition-size 5 --timeout-per-file 1800 $CONTINUE_ON_ERROR_FLAG
python3 run_suite.py --hw cuda --suite stage-c-test-4-gpu-b200 --auto-partition-id ${{ matrix.part }} --auto-partition-size 6 --timeout-per-file 1800 $CONTINUE_ON_ERROR_FLAG
- uses: ./.github/actions/upload-cuda-coredumps
if: failure()