From ce19c4ac85f042cf00ff1437625e49b50076d493 Mon Sep 17 00:00:00 2001 From: Adrian Vladu Date: Mon, 13 May 2024 15:58:29 +0300 Subject: [PATCH] ci-automation/vm: do not compress KubeVirt images Signed-off-by: Adrian Vladu --- ci-automation/vms.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-automation/vms.sh b/ci-automation/vms.sh index 02754fa3eb..8c86f67b2a 100644 --- a/ci-automation/vms.sh +++ b/ci-automation/vms.sh @@ -138,7 +138,7 @@ function _vm_build_impl() { COMPRESSION_FORMAT="bz2,none" elif [[ "${format}" =~ ^(hyperv|hyperv_vhdx)$ ]];then COMPRESSION_FORMAT="zip" - elif [[ "${format}" =~ ^(scaleway)$ ]];then + elif [[ "${format}" =~ ^(scaleway|kubevirt)$ ]];then COMPRESSION_FORMAT="none" fi ./run_sdk_container -n "${vms_container}" -C "${packages_image}" \