mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-12-19 23:25:58 +00:00
Bump INSTALL_RETRY to 3 on i3 and KDE, apply to uefi_no_fallback
This is all about https://bugzilla.redhat.com/show_bug.cgi?id=2417493 . That is causing KDE and i3 install tests to fail very often. It also affects uefi_no_fallback because that needs to at least launch the installer. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
25d1998b87
commit
fdc8463935
@ -142,7 +142,7 @@
|
||||
"DESKTOP": "kde",
|
||||
"DUG_RETRY": "3",
|
||||
"HDDSIZEGB": "15",
|
||||
"INSTALL_RETRY": "1",
|
||||
"INSTALL_RETRY": "3",
|
||||
"LIVE": "1",
|
||||
"PACKAGE_SET": "default",
|
||||
"TEST_TARGET": "ISO"
|
||||
@ -160,7 +160,7 @@
|
||||
"settings": {
|
||||
"DESKTOP": "i3",
|
||||
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
||||
"INSTALL_RETRY": "1",
|
||||
"INSTALL_RETRY": "3",
|
||||
"LIVE": "1",
|
||||
"PACKAGE_SET": "default",
|
||||
"TEST_TARGET": "ISO",
|
||||
@ -2674,7 +2674,8 @@
|
||||
"fedora-i3-live-x86_64-*-64bit": 70
|
||||
},
|
||||
"settings": {
|
||||
"ENTRYPOINT": "_boot_to_anaconda _uefi_no_fallback"
|
||||
"ENTRYPOINT": "_boot_to_anaconda _uefi_no_fallback",
|
||||
"RETRY": "%INSTALL_RETRY%"
|
||||
}
|
||||
},
|
||||
"unwanted_packages": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user