From b80edd5fb59aba61c98cca6efb9624b77485e471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabiano=20Fid=C3=AAncio?= Date: Fri, 6 Mar 2026 11:25:24 +0100 Subject: [PATCH] ci: Re-enable run-containerd-sandboxapi job MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The job was disabled because TestImageLoad was failing when using the shim sandboxer with runc due to a containerd bug (config.json not being written to the bundle directory). Now that check_daemon_setup uses podsandbox for the runc sanity check, the root cause of the failure is worked around on our side and the job can be re-enabled. Also update the runner to ubuntu-24.04. Signed-off-by: Fabiano FidĂȘncio --- .github/workflows/basic-ci-amd64.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index 0043fd309e..8d79585bb6 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -25,10 +25,9 @@ jobs: fail-fast: false matrix: containerd_version: ['active'] - vmm: ['dragonball', 'cloud-hypervisor', 'qemu-runtime-rs'] - # TODO: enable me when https://github.com/containerd/containerd/issues/11640 is fixed - if: false - runs-on: ubuntu-22.04 + # vmm: ['dragonball', 'cloud-hypervisor', 'qemu-runtime-rs'] + vmm: ['dragonball', 'qemu-runtime-rs'] + runs-on: ubuntu-24.04 env: CONTAINERD_VERSION: ${{ matrix.containerd_version }} GOPATH: ${{ github.workspace }}