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:
parent
258412ec4b
commit
e2a818f8af
@ -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 => "*",
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user