From e21621140fb5c2acea9131fc575dfb083e2fd77c Mon Sep 17 00:00:00 2001 From: Alex Lyn Date: Mon, 18 May 2026 18:05:36 +0800 Subject: [PATCH] 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 --- .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 0d79d314b0..1161e08474 100644 --- a/.github/workflows/basic-ci-amd64.yaml +++ b/.github/workflows/basic-ci-amd64.yaml @@ -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