1
0
mirror of https://pagure.io/fedora-qa/os-autoinst-distri-fedora.git synced 2024-11-01 05:54:22 +00:00

Drop four retries on encrypted upgrade tests

We added this to try and mitigate #2274770 but that is now fixed
so it's no longer needed.

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2024-10-22 11:58:57 -07:00
parent b3b39a79d9
commit 9ec6d3bf23

View File

@ -3025,7 +3025,6 @@
"DESKTOP": "gnome", "DESKTOP": "gnome",
"ENCRYPT_PASSWORD": "weakpassword", "ENCRYPT_PASSWORD": "weakpassword",
"HDD_1": "disk_f%UP2REL%_desktopencrypt_2_%ARCH%.qcow2", "HDD_1": "disk_f%UP2REL%_desktopencrypt_2_%ARCH%.qcow2",
"RETRY": "4",
"ROOT_PASSWORD": "weakpassword", "ROOT_PASSWORD": "weakpassword",
"TEST_TARGET": "COMPOSE", "TEST_TARGET": "COMPOSE",
"UPGRADE": "1", "UPGRADE": "1",
@ -3159,7 +3158,6 @@
"DESKTOP": "gnome", "DESKTOP": "gnome",
"ENCRYPT_PASSWORD": "weakpassword", "ENCRYPT_PASSWORD": "weakpassword",
"HDD_1": "disk_f%UP1REL%_desktopencrypt_2_%ARCH%.qcow2", "HDD_1": "disk_f%UP1REL%_desktopencrypt_2_%ARCH%.qcow2",
"RETRY": "4",
"ROOT_PASSWORD": "weakpassword", "ROOT_PASSWORD": "weakpassword",
"TEST_TARGET": "COMPOSE", "TEST_TARGET": "COMPOSE",
"UPGRADE": "1", "UPGRADE": "1",