gha: Add qemu-runtime-rs to VMM matrix for run-cri-containerd

This commit expands the VMM matrix for run-cri-containerd,
adding a new item `qemu-runtime-rs` for a test scenario where
the VMM is QEMU and runtime-rs is employed.
This expansion affects the workflows for both x86_64 and s390x platforms.

Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
Hyounggyu Choi 2024-04-03 09:39:48 +02:00
parent 606f8e1ab2
commit cf20a6a4ae
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
containerd_version: ['lts', 'active']
vmm: ['clh', 'dragonball', 'qemu', 'stratovirt', 'cloud-hypervisor']
vmm: ['clh', 'dragonball', 'qemu', 'stratovirt', 'cloud-hypervisor', 'qemu-runtime-rs']
runs-on: garm-ubuntu-2204-smaller
env:
CONTAINERD_VERSION: ${{ matrix.containerd_version }}

View File

@ -22,7 +22,7 @@ jobs:
fail-fast: false
matrix:
containerd_version: ['active']
vmm: ['qemu']
vmm: ['qemu', 'qemu-runtime-rs']
runs-on: s390x
env:
CONTAINERD_VERSION: ${{ matrix.containerd_version }}