From dfc07d1c72205c941fab615973f8a2ca98bc35bc Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Fri, 1 Dec 2023 18:18:26 +0000 Subject: [PATCH] gha: stability: Add cloud-hypervisor (runtime-rs) support This PR adds the Cloud Hypervisor driver, integraedwith the runtime-rs, as part of the stability tests. Fixes #8462 Signed-off-by: Gabriela Cervantes --- .github/workflows/basic-ci-amd64.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/basic-ci-amd64.yaml b/.github/workflows/basic-ci-amd64.yaml index 714f27f7f0..a4f96c096d 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', 'qemu', 'stratovirt'] + vmm: ['clh', 'cloud-hypervisor', 'qemu', 'stratovirt'] runs-on: garm-ubuntu-2204-smaller env: CONTAINERD_VERSION: ${{ matrix.containerd_version }}