1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2025-12-21 16:05:59 +00:00

Set desktop_update_graphical RETRY to 3 on KDE (RHBZ #2404267)

This test is currently failing quite often on KDE:
https://bugzilla.redhat.com/show_bug.cgi?id=2404267
To mitigate the flakiness, let's set RETRY to 3, using a variable
to target it as tightly as we can.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2025-11-28 13:47:38 -08:00
parent 3d8ff3ce3a
commit 2f5e3dcbe0
2 changed files with 8 additions and 0 deletions

View File

@ -29,6 +29,7 @@
"settings": {
"+HDD_1": "disk_f%VERSION%_kde_5_%ARCH%.qcow2",
"DESKTOP": "kde",
"DUG_RETRY": "3",
"NUMDISKS": "2",
"RETRY": "1"
}
@ -92,6 +93,7 @@
"updates-workstation": {
"settings": {
"DESKTOP": "gnome",
"DUG_RETRY": "1",
"+HDD_1": "disk_f%VERSION%_desktop_5_%ARCH%.qcow2",
"NUMDISKS": "2",
"RETRY": "1"

View File

@ -140,6 +140,7 @@
"settings": {
"DEPLOY_UPLOAD_TEST": "install_default_upload",
"DESKTOP": "kde",
"DUG_RETRY": "3",
"HDDSIZEGB": "15",
"INSTALL_RETRY": "1",
"LIVE": "1",
@ -151,6 +152,7 @@
"settings": {
"DEPLOY_UPLOAD_TEST": "install_arm_image_deployment_upload",
"DESKTOP": "kde",
"DUG_RETRY": "3",
"TEST_TARGET": "HDD_2"
}
},
@ -206,6 +208,7 @@
"settings": {
"DESKTOP": "gnome",
"DEPLOY_UPLOAD_TEST": "install_default_upload",
"DUG_RETRY": "",
"HDDSIZEGB": "20",
"INSTALL_RETRY": "1",
"LIVE": "1",
@ -217,6 +220,7 @@
"settings": {
"DESKTOP": "gnome",
"DEPLOY_UPLOAD_TEST": "upgrade_desktop",
"DUG_RETRY": "",
"HDDSIZEGB": "20",
"TEST_TARGET": "COMPOSE"
}
@ -225,6 +229,7 @@
"settings": {
"DEPLOY_UPLOAD_TEST": "install_arm_image_deployment_upload",
"DESKTOP": "gnome",
"DUG_RETRY": "",
"TEST_TARGET": "HDD_2"
}
},
@ -1197,6 +1202,7 @@
"BOOTFROM": "c",
"HDD_1": "disk_%FLAVOR%_%MACHINE%.qcow2",
"POSTINSTALL": "desktop_update_graphical",
"RETRY": "%DUG_RETRY%",
"START_AFTER_TEST": "%DEPLOY_UPLOAD_TEST%"
}
},