From fc7af59a6b1fb6bd9213cf8354e6b19c854413ce Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Tue, 4 Jun 2024 18:19:33 -0700 Subject: [PATCH] ci/cirrus: rm centos stream 8 It is past EOL and has been removed from GCE public images. Signed-off-by: Kir Kolyshkin (cherry picked from commit 40bb9c468ea85a577ef501ca0ec15c078dec9488) Signed-off-by: Kir Kolyshkin --- .cirrus.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.cirrus.yml b/.cirrus.yml index 7b683da1baa..981f85a876b 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -83,7 +83,6 @@ task: # yamllint disable rule:key-duplicates matrix: DISTRO: centos-7 - DISTRO: centos-stream-8 DISTRO: centos-stream-9 name: ci / $DISTRO @@ -105,13 +104,6 @@ task: echo "user.max_user_namespaces=15076" > /etc/sysctl.d/userns.conf sysctl --system ;; - centos-stream-8) - # CS8 is EOF. As a temp workaround, fix repo URLs to point to vault. - for f in /etc/yum.repos.d/*.repo; do \ - sed -i -e 's,^mirrorlist=,#\0,' -e 's,^#baseurl=http://mirror\.,baseurl=http://vault.,' $f; \ - done - yum config-manager --set-enabled powertools # for glibc-static - ;; centos-stream-9) dnf config-manager --set-enabled crb # for glibc-static dnf -y install epel-release epel-next-release # for fuse-sshfs @@ -185,7 +177,7 @@ task: ssh -tt localhost "make -C /home/runc localintegration" integration_systemd_rootless_script: | case $DISTRO in - centos-7|centos-stream-8) + centos-7) echo "SKIP: integration_systemd_rootless_script requires cgroup v2" ;; *)