summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-08-12 06:04:38 +0000
committerGerrit Code Review <review@openstack.org>2022-08-12 06:04:38 +0000
commit136bd3f1c9b9e9083c51c532f297244ebf6ec03a (patch)
tree745997d8cd73b08c36a3441dc22ceb071ef0e3c1
parent0e44c623eadbe17555f12d242c68a5e5c475decb (diff)
parent3285b6dc8aa50e44cf3646ec0852a51421b6506b (diff)
downloadtrove-136bd3f1c9b9e9083c51c532f297244ebf6ec03a.tar.gz
Merge "Increase guest image size to 5G"
-rw-r--r--integration/scripts/functions_qemu2
1 files changed, 1 insertions, 1 deletions
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}