mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 16:27:50 +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
|
||||
|
||||
bash -c ${cri_containerd_dir}/integration-tests.sh
|
||||
if [[ "${KATA_HYPERVISOR}" = "cloud-hypervisor" ]]; then
|
||||
echo "Skipping cri-containerd tests for ${KATA_HYPERVISOR}"
|
||||
else
|
||||
bash -c ${cri_containerd_dir}/integration-tests.sh
|
||||
fi
|
||||
}
|
||||
|
||||
function main() {
|
||||
|
Loading…
Reference in New Issue
Block a user