Skip to content

Commit db7af77

Browse files
MrBr-githubAlexanderGrissik
authored andcommitted
[CI] issue: HPCINFRA-3796 fix ctyuneos repository reachability issues
Original repos suffer from sporadic connectivity issues Replaced the original repo URLs with webrepo ones Issue: HPCINFRA-3796 Signed-off-by: Michael Braverman <[email protected]>
1 parent 671c455 commit db7af77

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

.ci/dockerfiles/Dockerfile.ctyunos23.01

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ ARG _GID=101
77
ARG _LOGIN=swx-jenkins
88
ARG _HOME=/var/home/$_LOGIN
99

10+
RUN sed -i 's!baseurl=.*everything.*!baseurl=http://webrepo.gtm.nvidia.com/Ctyunos/Mirrors/23.01/$basearch/everything/!' /etc/yum.repos.d/ctyunos.repo && \
11+
sed -i 's!baseurl=.*update.*!baseurl=http://webrepo.gtm.nvidia.com/Ctyunos/Mirrors/23.01/$basearch/update/!' /etc/yum.repos.d/ctyunos.repo && \
12+
sed -i 's!baseurl=.*extras.*!baseurl=http://webrepo.gtm.nvidia.com/Ctyunos/Mirrors/23.01/$basearch/extras/!' /etc/yum.repos.d/ctyunos.repo && \
13+
dnf clean all
14+
1015
RUN dnf --releasever=23.01 install -y autoconf automake make libtool json-c-devel git gcc-c++ \
1116
util-linux sudo rpm-build \
1217
&& dnf clean all \

.ci/matrix_job.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ runs_on_dockers:
5656
arch: 'x86_64',
5757
name: 'ctyunos23.01-x86_64',
5858
uri: 'xlio/$arch/$name/build',
59-
tag: '20241001',
59+
tag: '20250731',
6060
build_args: '--build-arg ARCH=x86_64 --no-cache',
6161
category: 'base'
6262
}
@@ -65,7 +65,7 @@ runs_on_dockers:
6565
arch: 'aarch64',
6666
name: 'ctyunos23.01-aarch64',
6767
uri: 'xlio/$arch/$name/build',
68-
tag: '20241001',
68+
tag: '20250731',
6969
build_args: '--build-arg ARCH=aarch64 --no-cache',
7070
category: 'base'
7171
}

0 commit comments

Comments
 (0)