Make Silverblue install target disk bigger

It's defaulting to 10Gi, which definitely has caused *some*
issues (the flatpak test fails because there isn't enough disk
space). I'm hoping this will turn out to explain why SB tests
have been generally so unreliable lately.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-01-03 15:03:24 -08:00
parent ce0a04b40a
commit 32a7798037
1 changed files with 2 additions and 0 deletions

View File

@ -292,6 +292,7 @@
"CANNED": "1",
"DEPLOY_UPLOAD_TEST": "install_default_upload",
"DESKTOP": "gnome",
"HDDSIZEGB": "20",
"PACKAGE_SET": "default",
"TEST_TARGET": "ISO"
},
@ -305,6 +306,7 @@
"CANNED": "1",
"DEPLOY_UPLOAD_TEST": "install_default_upload",
"DESKTOP": "gnome",
"HDDSIZEGB": "20",
"PACKAGE_SET": "default",
"TEST_TARGET": "ISO"
},