Bump retry count on some flaky tests

The silverblue tests are flaky because of
https://github.com/fedora-silverblue/issue-tracker/issues/548 .
The desktop_upgrade_encrypted test is flaky on Rawhide (so, when
booting from F40 initially) since we switched to UEFI, not sure
if it's because of UEFI somehow or just a timing coincidence.
Am going to look into it, but for now this should save lots of
manual restarting.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-04-05 07:59:42 -07:00
parent f48dc5a0d5
commit c3baa66465
2 changed files with 3 additions and 1 deletions

View File

@ -130,7 +130,7 @@
"HDDSIZEGB": "15",
"NUMDISKS": "2",
"PACKAGE_SET": "default",
"RETRY": "1",
"RETRY": "2",
"SUBVARIANT": "Silverblue"
},
"version": "*"

View File

@ -311,6 +311,7 @@
"DESKTOP": "gnome",
"HDDSIZEGB": "20",
"PACKAGE_SET": "default",
"RETRY": "2",
"TEST_TARGET": "ISO"
},
"version": "*"
@ -3066,6 +3067,7 @@
"DESKTOP": "gnome",
"ENCRYPT_PASSWORD": "weakpassword",
"HDD_1": "disk_f%UP1REL%_desktopencrypt_2_%ARCH%.qcow2",
"RETRY": "2",
"ROOT_PASSWORD": "weakpassword",
"TEST_TARGET": "COMPOSE",
"UPGRADE": "1",