From 08eaa60b59a678f0434f0748a9b3f671d60ddffd Mon Sep 17 00:00:00 2001 From: Wainer dos Santos Moschetta Date: Fri, 14 Jun 2024 16:44:41 -0300 Subject: [PATCH] CI: disable all run-kata-deploy-tests-on-garm jobs The following jobs have failed more than 50% on nightly CI. run-kata-deploy-tests-on-garm / run-kata-deploy-tests (clh, k0s) run-kata-deploy-tests-on-garm / run-kata-deploy-tests (clh, rke2) run-kata-deploy-tests-on-garm / run-kata-deploy-tests (qemu, k0s) Instead of removing only those jobs, let's skip the kata-deploy-tests on GARM completely so we can try to fix all the issues (or maybe drop the jobs altogether). Issue: #9854 Signed-off-by: Wainer dos Santos Moschetta --- .github/workflows/run-kata-deploy-tests-on-garm.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/run-kata-deploy-tests-on-garm.yaml b/.github/workflows/run-kata-deploy-tests-on-garm.yaml index 7514a27b64..8ea149f956 100644 --- a/.github/workflows/run-kata-deploy-tests-on-garm.yaml +++ b/.github/workflows/run-kata-deploy-tests-on-garm.yaml @@ -34,6 +34,9 @@ jobs: - k0s - k3s - rke2 + # TODO: There are a couple of vmm/k8s combination failing (https://github.com/kata-containers/kata-containers/issues/9854) + # and we will put the entire kata-deploy-tests on GARM on maintenance. + if: false runs-on: garm-ubuntu-2004-smaller env: DOCKER_REGISTRY: ${{ inputs.registry }}