mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 08:47:56 +00:00
scripts: Skip cri-containerd in gha-run script
This PR skips the cri-containerd in gha-run script for cloud hypervisor runtime-rs. Signed-off-by: Gabriela Cervantes <gabriela.cervantes.tellez@intel.com>
This commit is contained in:
parent
4bfb9c30e7
commit
5a498948c8
@ -61,7 +61,11 @@ function run() {
|
|||||||
|
|
||||||
enabling_hypervisor
|
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
|
bash -c ${cri_containerd_dir}/integration-tests.sh
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
function main() {
|
function main() {
|
||||||
|
Loading…
Reference in New Issue
Block a user