ci-automation/vm: do not compress KubeVirt images

Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
This commit is contained in:
Adrian Vladu 2024-05-13 15:58:29 +03:00
parent bdc6de365f
commit ce19c4ac85

View File

@ -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}" \