1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-09-27 08:17:22 +00:00

Bump disk size for KDE package set install to 11GiB (#1541433)

KDE package set install constantly runs into #1541433. While
that's not being fixed, let's bump the disk size so we can see
if the install actually works.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2018-03-27 13:02:49 -07:00
parent 7d253b9e65
commit df9db4fb2f

View File

@ -5090,6 +5090,7 @@
name => "install_package_set_kde",
settings => [
{ key => "DESKTOP", value => "kde" },
{ key => "HDDSIZEGB", value => "11" },
{ key => "PACKAGE_SET", value => "kde" },
{ key => "POSTINSTALL", value => "_collect_data" },
{ key => "REPOSITORY_VARIATION", value => "%LOCATION%" },