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
1 changed files with 2 additions and 1 deletions
|
@ -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 => "*",
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue