diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index 3fb0527fb8..45765cee98 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -293,6 +293,7 @@ jobs: - clh - dragonball - qemu + - cloud-hypervisor runs-on: garm-ubuntu-2304-smaller env: KATA_HYPERVISOR: ${{ matrix.vmm }} diff --git a/tests/integration/nerdctl/gha-run.sh b/tests/integration/nerdctl/gha-run.sh index e867d6c2e9..d24a3eda58 100644 --- a/tests/integration/nerdctl/gha-run.sh +++ b/tests/integration/nerdctl/gha-run.sh @@ -59,6 +59,11 @@ function install_dependencies() { } function run() { + if [ "${KATA_HYPERVISOR}" = "cloud-hypervisor" ]; then + echo "Skipping test for ${KATA_HYPERVISOR}" + return 0 + fi + info "Running nerdctl smoke test tests using ${KATA_HYPERVISOR} hypervisor" enabling_hypervisor