Skip to content

Commit dc16de9

Browse files
committed
AZP: Switch GPU tests to Ubuntu 24.04 DOCA 3.1 (GPUNetIO) image
Why: previous RHEL9 image lacked doca-gpunetio and headers Signed-off-by: Alexey Rivkin <[email protected]>
1 parent c84ccde commit dc16de9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

buildlib/pr/main.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ resources:
5757
- container: ubuntu2404_aarch64
5858
image: rdmz-harbor.rdmz.labs.mlnx/hpcx/aarch64/ubuntu24.04/builder:doca-2.9.0
5959
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)
6063
- container: debian113
6164
image: rdmz-harbor.rdmz.labs.mlnx/hpcx/x86_64/debian11.3/builder:mofed-5.8-3.0.7.0
6265
options: $(DOCKER_OPT_ARGS) $(DOCKER_OPT_VOLUMES)
@@ -284,7 +287,7 @@ stages:
284287
name: gpu
285288
demands: ucx_gpu -equals yes
286289
test_perf: 1
287-
container: rhel90_doca31
290+
container: ubuntu2404_doca31_gpunetio
288291
- template: tests.yml
289292
parameters:
290293
name: new

0 commit comments

Comments
 (0)