[CI] Increase stage-c-test-4-gpu-b200 partitions from 4 to 5 (#22395)

Co-authored-by: Alison Shao <alison.shao@MacBook-Pro-D2W773R9CD.local>
This commit is contained in:
Alison Shao
2026-04-08 16:36:27 -07:00
committed by GitHub
co-authored by Alison Shao
parent 614dd1d4f5
commit cf27b11498
+2 -2
View File
@@ -1230,7 +1230,7 @@ jobs:
strategy:
fail-fast: false
matrix:
part: [0, 1, 2, 3]
part: [0, 1, 2, 3, 4]
steps:
- name: Checkout code
@@ -1261,7 +1261,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 4 --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 5 --timeout-per-file 1800 $CONTINUE_ON_ERROR_FLAG
- uses: ./.github/actions/upload-cuda-coredumps
if: failure()