From 9ec6d3bf233df59cef8aa283a3cf11530f536660 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 22 Oct 2024 11:58:57 -0700 Subject: [PATCH] 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 --- templates.fif.json | 2 -- 1 file changed, 2 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index f607c3c4..f23e364b 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -3025,7 +3025,6 @@ "DESKTOP": "gnome", "ENCRYPT_PASSWORD": "weakpassword", "HDD_1": "disk_f%UP2REL%_desktopencrypt_2_%ARCH%.qcow2", - "RETRY": "4", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1", @@ -3159,7 +3158,6 @@ "DESKTOP": "gnome", "ENCRYPT_PASSWORD": "weakpassword", "HDD_1": "disk_f%UP1REL%_desktopencrypt_2_%ARCH%.qcow2", - "RETRY": "4", "ROOT_PASSWORD": "weakpassword", "TEST_TARGET": "COMPOSE", "UPGRADE": "1",