ci: Add qemu-runtime-rs and clh-runtime-rs test with nydus

It aims to enable nydus tests for qemu-runtime-rs and clh-runtime-rs.

Signed-off-by: Alex Lyn <alex.lyn@antgroup.com>
This commit is contained in:
Alex Lyn
2026-05-18 18:05:36 +08:00
committed by Fabiano Fidêncio
parent 4eb7512e7b
commit e21621140f

View File

@@ -137,7 +137,7 @@ jobs:
fail-fast: false
matrix:
containerd_version: ['minimum', 'latest']
vmm: ['clh', 'qemu', 'dragonball', 'qemu-runtime-rs']
vmm: ['clh', 'qemu', 'dragonball', 'qemu-runtime-rs', 'clh-runtime-rs']
concurrency:
group: ${{ github.workflow }}-${{ github.job }}-${{ github.event.pull_request.number || github.ref }}-run-nydus-amd64-${{ toJSON(matrix) }}
cancel-in-progress: true