From 3285b6dc8aa50e44cf3646ec0852a51421b6506b Mon Sep 17 00:00:00 2001 From: "wu.chunyang" Date: Fri, 12 Aug 2022 10:04:30 +0800 Subject: Increase guest image size to 5G trovestack built image failed due to the less disk space. this ps increases the image size from 3 to 5G ref: https://zuul.opendev.org/t/openstack/build/fedba359fbc8427c886ff2b2f0767d37/console Change-Id: I7e48d74e2e03fe168a185949b162b3dfcc6fb7d5 --- integration/scripts/functions_qemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/scripts/functions_qemu b/integration/scripts/functions_qemu index 5995a904..3d130684 100644 --- a/integration/scripts/functions_qemu +++ b/integration/scripts/functions_qemu @@ -23,7 +23,7 @@ function build_guest_image() { export ELEMENTS_PATH=${trove_elements_path} fi - local GUEST_IMAGESIZE=${GUEST_IMAGESIZE:-3} + local GUEST_IMAGESIZE=${GUEST_IMAGESIZE:-5} local GUEST_CACHEDIR=${GUEST_CACHEDIR:-"$HOME/.cache/image-create"} sudo rm -rf ${GUEST_CACHEDIR} -- cgit v1.2.1