From 34d51b05f81961f41803c8110efe478fed88857c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Tue, 30 Jan 2024 14:17:06 +0100 Subject: [PATCH] gha: cri-o: Bump runners to 22.04 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This will *not* solve the CRI-O CI breakage but will give us an environment where we could get it to run locally. Fixes: #8935 -- part I Thanks to Julien RopĂ© for trying to reproduce the issues I faced on https://github.com/kata-containers/kata-containers/issues/8935 in an Ubuntu 22.04 system. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/run-k8s-tests-with-crio-on-garm.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/run-k8s-tests-with-crio-on-garm.yaml b/.github/workflows/run-k8s-tests-with-crio-on-garm.yaml index 14000dc638..0370e1031b 100644 --- a/.github/workflows/run-k8s-tests-with-crio-on-garm.yaml +++ b/.github/workflows/run-k8s-tests-with-crio-on-garm.yaml @@ -32,12 +32,12 @@ jobs: k8s: - k0s instance: - - garm-ubuntu-2004 - - garm-ubuntu-2004-smaller + - garm-ubuntu-2204 + - garm-ubuntu-2204-smaller include: - - instance: garm-ubuntu-2004 + - instance: garm-ubuntu-2204 instance-type: normal - - instance: garm-ubuntu-2004-smaller + - instance: garm-ubuntu-2204-smaller instance-type: small - k8s: k0s k8s-extra-params: '--cri-socket remote:unix:///var/run/crio/crio.sock --kubelet-extra-args --cgroup-driver="systemd"'