ci: partition the H200 nightly 'Run test' step across the matrix (#27621)

This commit is contained in:
Alison Shao
2026-06-08 20:49:12 -07:00
committed by GitHub
parent f6d53d6d16
commit 9c53031d2b
+1 -1
View File
@@ -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()