mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2024-11-04 15:24:20 +00:00
Bump a couple of disk sizes (KDE package set, Workstation boot)
Some tests on Rawhide started failing back in April due to insufficient space. I dug into it for an hour or two but can't find any big smoking guns where unnecessary packages got added to groups or some package suddenly got bigger or anything, so I can't find any real bugs to report here; we're just gonna have to bump the sizes. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
68cb3eb464
commit
650c4bb11d
@ -4589,7 +4589,7 @@
|
|||||||
settings => [
|
settings => [
|
||||||
{ key => "DESKTOP", value => "gnome" },
|
{ key => "DESKTOP", value => "gnome" },
|
||||||
{ key => "TEST_TARGET", value => "ISO" },
|
{ key => "TEST_TARGET", value => "ISO" },
|
||||||
{ key => "HDDSIZEGB", value => "12" }
|
{ key => "HDDSIZEGB", value => "13" }
|
||||||
],
|
],
|
||||||
version => "*",
|
version => "*",
|
||||||
},
|
},
|
||||||
@ -5455,7 +5455,7 @@
|
|||||||
name => "install_package_set_kde",
|
name => "install_package_set_kde",
|
||||||
settings => [
|
settings => [
|
||||||
{ key => "DESKTOP", value => "kde" },
|
{ key => "DESKTOP", value => "kde" },
|
||||||
{ key => "HDDSIZEGB", value => "11" },
|
{ key => "HDDSIZEGB", value => "12" },
|
||||||
{ key => "PACKAGE_SET", value => "kde" },
|
{ key => "PACKAGE_SET", value => "kde" },
|
||||||
{ key => "POSTINSTALL", value => "_collect_data" },
|
{ key => "POSTINSTALL", value => "_collect_data" },
|
||||||
{ key => "REPOSITORY_VARIATION", value => "%LOCATION%" },
|
{ key => "REPOSITORY_VARIATION", value => "%LOCATION%" },
|
||||||
|
Loading…
Reference in New Issue
Block a user