Skip to content

Commit 6c04861

Browse files
authored
[CI] Extend timeout for nvidia ci and print extra info (#6815)
1 parent 0bb6019 commit 6c04861

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
jobs:
1111
integration-tests-nvidia:
1212
runs-on: ${{ matrix.runner }}
13-
timeout-minutes: 30
13+
timeout-minutes: 60
1414
strategy:
1515
matrix:
1616
runner: ${{ fromJson(inputs.matrix) }}
@@ -94,6 +94,8 @@ jobs:
9494
if [ "${{ matrix.runner[0] }}" == "nvidia-gb200" ]; then
9595
source /venv/bin/activate
9696
fi
97+
nproc
98+
nvidia-smi
9799
echo "PATH is '$PATH'"
98100
ccache --zero-stats
99101
make dev-install

0 commit comments

Comments
 (0)