diff --git a/ci-automation/vms.sh b/ci-automation/vms.sh index 50344ed885..27c48f84da 100644 --- a/ci-automation/vms.sh +++ b/ci-automation/vms.sh @@ -117,8 +117,10 @@ function _vm_build_impl() { for format in ${formats}; do echo " ################### VENDOR '${format}' ################### " COMPRESSION_FORMAT="bz2" - if [[ "${format}" =~ ^(openstack|openstack_mini|digitalocean)$ ]];then + if [[ "${format}" =~ ^(openstack_mini|digitalocean)$ ]];then COMPRESSION_FORMAT="gz,bz2" + elif [[ "${format}" =~ ^(openstack)$ ]];then + COMPRESSION_FORMAT="gz,bz2,none" elif [[ "${format}" =~ ^(qemu|qemu_uefi)$ ]];then COMPRESSION_FORMAT="bz2,none" fi