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:
parent
7d253b9e65
commit
df9db4fb2f
@ -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%" },
|
||||
|
Loading…
Reference in New Issue
Block a user