Merge pull request #8550 from GabyCT/topic/enableclhstability

gha: Add cloud runtime rs as part of the stability tests
This commit is contained in:
GabyCT 2023-12-04 11:37:58 -06:00 committed by GitHub
commit 1b204cc3cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 }}