mirror of
https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git
synced 2025-02-11 18:14:31 +00:00
Retry live install tests 5 times
Unfortunately it doesn't look like qemu `-cpu host` really does fully work around the grub2-mkconfig install hang issue, so we need retries still :( As well as doing it for the update tests, let's do it for the compose install tests. We use a substitution to only increase the retry count for live images. We don't need to set INSTALL_RETRY for other products - if it's not set then RETRY winds up empty, and openQA treats that the same as it being unset, which is fine. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
08660df950
commit
e5fba0fea5
@ -380,7 +380,8 @@
|
|||||||
"+START_AFTER_TEST": "%LIVE_BUILD_TEST%@%ARCH_BASE_MACHINE%",
|
"+START_AFTER_TEST": "%LIVE_BUILD_TEST%@%ARCH_BASE_MACHINE%",
|
||||||
"INSTALL": "1",
|
"INSTALL": "1",
|
||||||
"ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso",
|
"ISO": "Fedora-%SUBVARIANT%-Live-%ARCH%-%ADVISORY_OR_TASK%.iso",
|
||||||
"QEMURAM": "4096"
|
"QEMURAM": "4096",
|
||||||
|
"RETRY": "5"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_default_update_netinst": {
|
"install_default_update_netinst": {
|
||||||
|
@ -207,6 +207,7 @@
|
|||||||
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
||||||
"DESKTOP": "kde",
|
"DESKTOP": "kde",
|
||||||
"HDDSIZEGB": "15",
|
"HDDSIZEGB": "15",
|
||||||
|
"INSTALL_RETRY": "5",
|
||||||
"LIVE": "1",
|
"LIVE": "1",
|
||||||
"PACKAGE_SET": "default",
|
"PACKAGE_SET": "default",
|
||||||
"TEST_TARGET": "ISO"
|
"TEST_TARGET": "ISO"
|
||||||
@ -220,6 +221,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"DESKTOP": "i3",
|
"DESKTOP": "i3",
|
||||||
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
||||||
|
"INSTALL_RETRY": "5",
|
||||||
"LIVE": "1",
|
"LIVE": "1",
|
||||||
"PACKAGE_SET": "default",
|
"PACKAGE_SET": "default",
|
||||||
"TEST_TARGET": "ISO",
|
"TEST_TARGET": "ISO",
|
||||||
@ -356,6 +358,7 @@
|
|||||||
"DESKTOP": "gnome",
|
"DESKTOP": "gnome",
|
||||||
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
||||||
"HDDSIZEGB": "20",
|
"HDDSIZEGB": "20",
|
||||||
|
"INSTALL_RETRY": "5",
|
||||||
"LIVE": "1",
|
"LIVE": "1",
|
||||||
"PACKAGE_SET": "default",
|
"PACKAGE_SET": "default",
|
||||||
"TEST_TARGET": "ISO"
|
"TEST_TARGET": "ISO"
|
||||||
@ -370,6 +373,7 @@
|
|||||||
"DESKTOP": "gnome",
|
"DESKTOP": "gnome",
|
||||||
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
"DEPLOY_UPLOAD_TEST": "install_default_upload",
|
||||||
"HDDSIZEGB": "20",
|
"HDDSIZEGB": "20",
|
||||||
|
"INSTALL_RETRY": "5",
|
||||||
"LIVE": "1",
|
"LIVE": "1",
|
||||||
"PACKAGE_SET": "default",
|
"PACKAGE_SET": "default",
|
||||||
"TEST_TARGET": "ISO"
|
"TEST_TARGET": "ISO"
|
||||||
@ -1729,7 +1733,8 @@
|
|||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"PACKAGE_SET": "default",
|
"PACKAGE_SET": "default",
|
||||||
"POSTINSTALL": "_collect_data"
|
"POSTINSTALL": "_collect_data",
|
||||||
|
"RETRY": "%INSTALL_RETRY%"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_default_upload": {
|
"install_default_upload": {
|
||||||
@ -1752,6 +1757,7 @@
|
|||||||
"settings": {
|
"settings": {
|
||||||
"PACKAGE_SET": "default",
|
"PACKAGE_SET": "default",
|
||||||
"POSTINSTALL": "_collect_data",
|
"POSTINSTALL": "_collect_data",
|
||||||
|
"RETRY": "%INSTALL_RETRY%",
|
||||||
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
"STORE_HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -1982,7 +1988,8 @@
|
|||||||
"fedora-KDE-live-iso-x86_64-*-64bit": 21
|
"fedora-KDE-live-iso-x86_64-*-64bit": 21
|
||||||
},
|
},
|
||||||
"settings": {
|
"settings": {
|
||||||
"INSTALL_NO_USER": "1"
|
"INSTALL_NO_USER": "1",
|
||||||
|
"RETRY": "%INSTALL_RETRY%"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"install_package_set_kde": {
|
"install_package_set_kde": {
|
||||||
|
Loading…
Reference in New Issue
Block a user