Skip to content

Commit 4b3f6a2

Browse files
committed
Upgrade builder docker to newer version
Signed-off-by: NirWolfer <nwolfer@nvidia.com>
1 parent 6623bf1 commit 4b3f6a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.ci/pipeline/test_matrix.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ runs_on_dockers:
1717
# HCA RoCE (CX7)
1818
- {
1919
name: "hca-roce",
20-
url: "harbor.mellanox.com/hpcx/x86_64/ubuntu24.04/builder:doca-2.9.0",
20+
url: "harbor.mellanox.com/hpcx/x86_64/ubuntu24.04/builder:mofed-26.04-0.7.6.0",
2121
arch: x86_64,
2222
tolerations: "[{key: 'node.kubernetes.io/unschedulable', operator: 'Exists', effect: 'NoSchedule'}]",
2323
annotations: [{ key: "k8s.v1.cni.cncf.io/networks", value: "sriov-cx7-p2" }],
@@ -28,7 +28,7 @@ runs_on_dockers:
2828
# HCA IB (CX8)
2929
- {
3030
name: "hca-ib",
31-
url: "harbor.mellanox.com/hpcx/x86_64/ubuntu24.04/builder:doca-2.9.0",
31+
url: "harbor.mellanox.com/hpcx/x86_64/ubuntu24.04/builder:mofed-26.04-0.7.6.0",
3232
arch: x86_64,
3333
tolerations: "[{key: 'node.kubernetes.io/unschedulable', operator: 'Exists', effect: 'NoSchedule'}]",
3434
annotations: [{ key: "k8s.v1.cni.cncf.io/networks", value: "cx8-ib-network" }],
@@ -49,7 +49,7 @@ env:
4949
TEST_PERF: "0"
5050
VALGRIND_CHECK: "no"
5151
nworkers: "4"
52-
STEP_TIMEOUT_MINUTES: "120"
52+
STEP_TIMEOUT_MINUTES: "180"
5353

5454
steps:
5555
- name: Test

0 commit comments

Comments
 (0)