From 9c53031d2babdd265d01b382408ab087139d055a Mon Sep 17 00:00:00 2001 From: Alison Shao <54658187+alisonshao@users.noreply.github.com> Date: Mon, 8 Jun 2026 20:49:12 -0700 Subject: [PATCH] ci: partition the H200 nightly 'Run test' step across the matrix (#27621) --- .github/workflows/nightly-test-nvidia.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/nightly-test-nvidia.yml b/.github/workflows/nightly-test-nvidia.yml index 8af99ef02..b8faf2a1d 100644 --- a/.github/workflows/nightly-test-nvidia.yml +++ b/.github/workflows/nightly-test-nvidia.yml @@ -228,7 +228,7 @@ jobs: GPU_CONFIG: "8-gpu-h200" run: | cd test - python3 run_suite.py --hw cuda --suite nightly-8-gpu-h200 --nightly --continue-on-error + python3 run_suite.py --hw cuda --suite nightly-8-gpu-h200 --nightly --continue-on-error --auto-partition-id=${{ matrix.partition }} --auto-partition-size=4 - name: Collect performance metrics if: always()