Skip to content

Commit 3daa987

Browse files
authored
CI: disable DGX tests in CI (#811)
due to infra issues with our DGX server Signed-off-by: Daniel Pressler <[email protected]>
1 parent 9c0ed38 commit 3daa987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/jenkins/lib/test-matrix.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ timeout_minutes: 240
2525
# label is defined at jenkins slave configuration, we want to run the job on a gpu agent and be able to esaly replace it without having to change this file
2626
runs_on_agents:
2727
- {nodeLabel: 'H100'}
28-
- {nodeLabel: 'DGX'}
28+
# - {nodeLabel: 'DGX'}
2929

3030
matrix:
3131
axes:

0 commit comments

Comments
 (0)