mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-06 12:06:49 +00:00
Merge pull request #8604 from GabyCT/topic/enablenerdctlrs
gha: nerdctl: Enable cloud hypervisor runtime-rs for nerdctl CI
This commit is contained in:
commit
0e0a7d9410
1
.github/workflows/basic-ci-amd64.yaml
vendored
1
.github/workflows/basic-ci-amd64.yaml
vendored
@ -293,6 +293,7 @@ jobs:
|
|||||||
- clh
|
- clh
|
||||||
- dragonball
|
- dragonball
|
||||||
- qemu
|
- qemu
|
||||||
|
- cloud-hypervisor
|
||||||
runs-on: garm-ubuntu-2304-smaller
|
runs-on: garm-ubuntu-2304-smaller
|
||||||
env:
|
env:
|
||||||
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
KATA_HYPERVISOR: ${{ matrix.vmm }}
|
||||||
|
@ -59,6 +59,11 @@ function install_dependencies() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function run() {
|
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"
|
info "Running nerdctl smoke test tests using ${KATA_HYPERVISOR} hypervisor"
|
||||||
|
|
||||||
enabling_hypervisor
|
enabling_hypervisor
|
||||||
|
Loading…
Reference in New Issue
Block a user