Skip to content

Commit 62cf173

Browse files
authored
[CI] limit number of threads on gb200 (#6816)
1 parent 6c04861 commit 62cf173

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/integration-tests-nvidia.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ jobs:
9393
run: |
9494
if [ "${{ matrix.runner[0] }}" == "nvidia-gb200" ]; then
9595
source /venv/bin/activate
96+
export MAX_JOBS=16
9697
fi
9798
nproc
9899
nvidia-smi

0 commit comments

Comments
 (0)