From b84147b26aa8cb0e02ca6b51db68054e24b8a4d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 24 Jul 2026 14:37:27 +0200 Subject: [PATCH] ci: Disable k8s tests on arm64 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We partially cover them with the NVIDIA CPU k8s tests and as we only have one runner up, let's focus on the qemu-coco-dev-runtime-rs tests. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/ci.yaml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e7068e3368..14549ec391 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -355,18 +355,6 @@ jobs: pr-number: ${{ inputs.pr-number }} target-branch: ${{ inputs.target-branch }} - run-k8s-tests-on-arm64: - if: ${{ inputs.skip-test != 'yes' }} - needs: publish-kata-deploy-image-arm64 - uses: ./.github/workflows/run-k8s-tests-on-arm64.yaml - with: - registry: ghcr.io - repo: ${{ github.repository_owner }}/kata-deploy-ci - tag: ${{ inputs.tag }}-arm64 - commit-hash: ${{ inputs.commit-hash }} - pr-number: ${{ inputs.pr-number }} - target-branch: ${{ inputs.target-branch }} - run-kata-coco-tests-on-arm64: if: ${{ inputs.skip-test != 'yes' }} needs: