File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,9 @@ resources:
57
57
- container : ubuntu2404_aarch64
58
58
image : rdmz-harbor.rdmz.labs.mlnx/hpcx/aarch64/ubuntu24.04/builder:doca-2.9.0
59
59
options : $(DOCKER_OPT_ARGS) $(DOCKER_OPT_VOLUMES)
60
+ - container : ubuntu2404_doca31_gpunetio
61
+ image : rdmz-harbor.rdmz.labs.mlnx/hpcx/x86_64/ubuntu24.04/builder:doca-3.1.0-gpunetio
62
+ options : $(DOCKER_OPT_ARGS) $(DOCKER_OPT_VOLUMES) $(DOCKER_OPT_GPU)
60
63
- container : debian113
61
64
image : rdmz-harbor.rdmz.labs.mlnx/hpcx/x86_64/debian11.3/builder:mofed-5.8-3.0.7.0
62
65
options : $(DOCKER_OPT_ARGS) $(DOCKER_OPT_VOLUMES)
@@ -284,7 +287,7 @@ stages:
284
287
name : gpu
285
288
demands : ucx_gpu -equals yes
286
289
test_perf : 1
287
- container : rhel90_doca31
290
+ container : ubuntu2404_doca31_gpunetio
288
291
- template : tests.yml
289
292
parameters :
290
293
name : new
You can’t perform that action at this time.
0 commit comments