From cf27b11498cfe7153775cfd386e7b931a3aa0b60 Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Wed, 8 Apr 2026 16:36:27 -0700 Subject: [PATCH] [CI] Increase stage-c-test-4-gpu-b200 partitions from 4 to 5 (#22395) Co-authored-by: Alison Shao --- .github/workflows/pr-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-test.yml b/.github/workflows/pr-test.yml index 494c8f767..b5325c527 100644 --- a/.github/workflows/pr-test.yml +++ b/.github/workflows/pr-test.yml @@ -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()