mirror of
https://github.com/kata-containers/kata-containers.git
synced 2026-01-30 05:52:15 +00:00
Merge pull request #9199 from GabyCT/topic/enablecri
gha: Enable cri-containerd tests for cloud hypervisor runtime-rs
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user