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 )
This commit is contained in:
Adam Williamson 2017-08-11 11:45:18 -07:00
parent 258412ec4b
commit e2a818f8af

View File

@ -1903,7 +1903,8 @@
name => "", name => "",
settings => [ settings => [
{ key => "DESKTOP", value => "gnome" }, { key => "DESKTOP", value => "gnome" },
{ key => "TEST_TARGET", value => "ISO" } { key => "TEST_TARGET", value => "ISO" },
{ key => "HDDSIZEGB", value => "12" }
], ],
version => "*", version => "*",
}, },