From e4733748aacf9d61ae9dac3616daa2a3b868304e Mon Sep 17 00:00:00 2001 From: Sicheng Liu Date: Thu, 12 Sep 2024 02:28:40 +0000 Subject: [PATCH] ci: Enable basic docker tests for runtime-rs This commit enables basic amd64 tests of docker for runtime-rs by adding vmm types "dragonball" and "cloud-hypervisor". Signed-off-by: Sicheng Liu --- .github/workflows/basic-ci-amd64.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index b803e6ea10..ad94c13e07 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -260,6 +260,8 @@ jobs: vmm: - clh - qemu + - dragonball + - cloud-hypervisor runs-on: ubuntu-22.04 env: KATA_HYPERVISOR: ${{ matrix.vmm }}