From e2a818f8afdf8e5e6e4e2056af42294509d281c0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Fri, 11 Aug 2017 11:45:18 -0700 Subject: [PATCH] Increase hard disk size for Workstation-boot-iso Recent runs with this image seem to failing due to lack of disk space (e.g. https://openqa.fedoraproject.org/tests/127103 ) --- templates | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates b/templates index 646b3bcd..f61c7a63 100755 --- a/templates +++ b/templates @@ -1903,7 +1903,8 @@ name => "", settings => [ { key => "DESKTOP", value => "gnome" }, - { key => "TEST_TARGET", value => "ISO" } + { key => "TEST_TARGET", value => "ISO" }, + { key => "HDDSIZEGB", value => "12" } ], version => "*", },