Merge pull request #8604 from GabyCT/topic/enablenerdctlrs

gha: nerdctl: Enable cloud hypervisor runtime-rs for nerdctl CI
This commit is contained in:
GabyCT 2023-12-07 14:35:26 -06:00 committed by GitHub
commit 0e0a7d9410
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 0 deletions

View File

@ -293,6 +293,7 @@ jobs:
- clh
- dragonball
- qemu
- cloud-hypervisor
runs-on: garm-ubuntu-2304-smaller
env:
KATA_HYPERVISOR: ${{ matrix.vmm }}

View File

@ -59,6 +59,11 @@ function install_dependencies() {
}
function run() {
if [ "${KATA_HYPERVISOR}" = "cloud-hypervisor" ]; then
echo "Skipping test for ${KATA_HYPERVISOR}"
return 0
fi
info "Running nerdctl smoke test tests using ${KATA_HYPERVISOR} hypervisor"
enabling_hypervisor