ci-automation/vm: do not compress Scaleway images

Signed-off-by: Mathieu Tortuyaux <mtortuyaux@microsoft.com>
This commit is contained in:
Mathieu Tortuyaux 2024-04-24 15:19:55 +02:00
parent 9f02c8d262
commit 9dfcbe201b
No known key found for this signature in database
GPG Key ID: AC5CCFB52545D9B8

View File

@ -138,6 +138,8 @@ function _vm_build_impl() {
COMPRESSION_FORMAT="bz2,none"
elif [[ "${format}" =~ ^(hyperv|hyperv_vhdx)$ ]];then
COMPRESSION_FORMAT="zip"
elif [[ "${format}" =~ ^(scaleway)$ ]];then
COMPRESSION_FORMAT="none"
fi
./run_sdk_container -n "${vms_container}" -C "${packages_image}" \
-v "${vernum}" \