Merge pull request #9199 from GabyCT/topic/enablecri

gha: Enable cri-containerd tests for cloud hypervisor runtime-rs
This commit is contained in:
GabyCT
2024-03-01 12:23:16 -06:00
committed by GitHub

View File

@@ -61,11 +61,7 @@ function run() {
enabling_hypervisor
if [[ "${KATA_HYPERVISOR}" = "cloud-hypervisor" ]]; then
echo "Skipping cri-containerd tests for ${KATA_HYPERVISOR}"
else
bash -c "${cri_containerd_dir}/integration-tests.sh"
fi
bash -c "${cri_containerd_dir}/integration-tests.sh"
}
function main() {