From dbcfeb378d70af2e5e3d726b84e8dc295be00293 Mon Sep 17 00:00:00 2001 From: Mathieu Tortuyaux Date: Wed, 24 Apr 2024 15:19:55 +0200 Subject: [PATCH] ci-automation/vm: do not compress Scaleway images Signed-off-by: Mathieu Tortuyaux --- ci-automation/vms.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-automation/vms.sh b/ci-automation/vms.sh index ba5d6fc489..815e53c162 100644 --- a/ci-automation/vms.sh +++ b/ci-automation/vms.sh @@ -136,6 +136,8 @@ function _vm_build_impl() { COMPRESSION_FORMAT="gz,bz2,none" elif [[ "${format}" =~ ^(qemu|qemu_uefi)$ ]];then COMPRESSION_FORMAT="bz2,none" + elif [[ "${format}" =~ ^(scaleway)$ ]];then + COMPRESSION_FORMAT="none" fi ./run_sdk_container -n "${vms_container}" -C "${packages_image}" \ -v "${vernum}" \