diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index abcbb40e15..5b12a78e4d 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -60,7 +60,7 @@ jobs: fail-fast: false matrix: containerd_version: ['lts', 'active'] - vmm: ['clh', 'cloud-hypervisor', 'qemu', 'stratovirt'] + vmm: ['clh', 'cloud-hypervisor', 'dragonball', 'qemu', 'stratovirt'] runs-on: garm-ubuntu-2204-smaller env: CONTAINERD_VERSION: ${{ matrix.containerd_version }} diff --git a/tests/stability/gha-run.sh b/tests/stability/gha-run.sh index 23e495e444..6db0ffe529 100755 --- a/tests/stability/gha-run.sh +++ b/tests/stability/gha-run.sh @@ -32,6 +32,11 @@ function install_dependencies() { function run() { info "Running soak parallel stability tests using ${KATA_HYPERVISOR} hypervisor" + if [ "${KATA_HYPERVISOR}" = "dragonball" ]; then + echo "Skipping test for ${KATA_HYPERVISOR}" + return 0 + fi + export ITERATIONS=2 MAX_CONTAINERS=20 bash "${stability_dir}/soak_parallel_rm.sh"