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 30433be commit 419fc77Copy full SHA for 419fc77
.ci/jenkins/lib/test-matrix.yaml
@@ -29,16 +29,21 @@ runs_on_agents:
29
30
matrix:
31
axes:
32
- image:
33
- - nvcr.io/nvidia/cuda-dl-base:25.10-cuda13.0-devel-ubuntu24.04
34
- - nvcr.io/nvidia/cuda-dl-base:25.06-cuda12.9-devel-ubuntu24.04
+ cuda_ver:
+ - cuda12
+ - cuda13
35
arch:
36
- x86_64
37
ucx_version:
38
- master
39
- v1.19.0
40
+ include:
41
+ - cuda_ver: cuda12
42
+ image: nvcr.io/nvidia/cuda-dl-base:25.06-cuda12.9-devel-ubuntu24.04
43
+ - cuda_ver: cuda13
44
+ image: nvcr.io/nvidia/cuda-dl-base:25.10-cuda13.0-devel-ubuntu24.04
45
-taskName: "${name}/${arch}/ucx-${ucx_version}/${axis_index}"
46
+taskName: "${name}/${arch}/${cuda_ver}/ucx-${ucx_version}/${axis_index}"
47
48
env:
49
CONTAINER_WORKSPACE: /workspace
0 commit comments