ci: partition the H200 nightly 'Run test' step across the matrix (#27621)
This commit is contained in:
@@ -228,7 +228,7 @@ jobs:
|
|||||||
GPU_CONFIG: "8-gpu-h200"
|
GPU_CONFIG: "8-gpu-h200"
|
||||||
run: |
|
run: |
|
||||||
cd test
|
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
|
- name: Collect performance metrics
|
||||||
if: always()
|
if: always()
|
||||||
|
|||||||
Reference in New Issue
Block a user