Skip to content

Commit 88b2b10

Browse files
committed
[CI] issue: HPCINFRA-4050 Replace webrepo address with geoDNS address
Replace webrepo.mtr.labs.mlnx with a geoDNS webrepo.gtm.nvidia.com to fix repository timeout issues. Remove yara-devel package installation due to missing dependencies Signed-off-by: Noam Tsemah <[email protected]>
1 parent 9e1d79d commit 88b2b10

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.ci/dockerfiles/Dockerfile.ol9.4

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,19 @@ ARG _UID=6213
66
ARG _GID=101
77
ARG _LOGIN=swx-jenkins
88
ARG _HOME=/var/home/$_LOGIN
9+
ARG WEBREPO_URL=webrepo.gtm.nvidia.com
10+
11+
RUN sed -i 's|\$WEBREPO_URL|'"${WEBREPO_URL}"'|g' /etc/yum.repos.d/*.repo && \
12+
yum clean all && \
13+
yum makecache
914

1015
RUN yum install yum-utils \
1116
&& yum-config-manager --add-repo https://dl.fedoraproject.org/pub/epel/9/Everything/aarch64/ \
1217
&& yum install -y --nogpgcheck \
1318
autoconf automake make libtool git gcc-c++ libtool json-c-devel \
1419
clang rdma-core-devel openssl-devel glib2-devel libnl3-devel \
1520
python3-pip sudo rpm-build gtest-devel meson ninja-build \
16-
libzip-devel yara-devel libpcap-devel jsoncpp-devel \
21+
libzip-devel libpcap-devel jsoncpp-devel \
1722
&& yum clean all \
1823
&& rm -rf /var/cache/yum && rm -rf /var/cache/dnf
1924

.ci/matrix_job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs_on_dockers:
5454
arch: 'aarch64',
5555
name: 'ol9.4-aarch64',
5656
uri: 'xlio/$arch/$name/build',
57-
tag: '20241207',
57+
tag: '20251111',
5858
build_args: '--build-arg ARCH=aarch64 --no-cache',
5959
category: 'base'
6060
}
@@ -222,12 +222,12 @@ steps:
222222
- "{nodeLabel: 'skip-agent'}"
223223
run: |
224224
echo "Installing DOCA: ${DOCA_VERSION} ..."
225-
.ci/scripts/doca_install.sh
225+
.ci/scripts/doca_install.sh
226226
227227
- name: Install Doca-host on Tools
228228
run: |
229229
echo "Installing DOCA: ${DOCA_VERSION} ..."
230-
.ci/scripts/doca_install.sh
230+
.ci/scripts/doca_install.sh
231231
containerSelector:
232232
- "{name: 'style', category: 'tool', variant: 1}"
233233
agentSelector:

0 commit comments

Comments
 (0)