We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bedbff8 commit bedfa8bCopy full SHA for bedfa8b
.ci/jenkins/lib/test-matrix.yaml
@@ -29,9 +29,9 @@ runs_on_agents:
29
30
matrix:
31
axes:
32
- cuda_ver:
33
- - cuda12
34
- - cuda13
+ image:
+ - nvcr.io/nvidia/cuda-dl-base:25.10-cuda13.0-devel-ubuntu24.04
+ - nvcr.io/nvidia/cuda-dl-base:25.06-cuda12.9-devel-ubuntu24.04
35
arch:
36
- x86_64
37
ucx_version:
@@ -43,7 +43,7 @@ matrix:
43
- cuda_ver: cuda13
44
image: nvcr.io/nvidia/cuda-dl-base:25.10-cuda13.0-devel-ubuntu24.04
45
46
-taskName: "${name}/${arch}/${cuda_ver}/ucx-${ucx_version}/${axis_index}"
+taskName: "${name}/${arch}/ucx-${ucx_version}/${axis_index}"
47
48
env:
49
CONTAINER_WORKSPACE: /workspace
0 commit comments