From 7adb698b212f842d0f945e7d0865c924e1eae971 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Mon, 19 Jun 2023 20:18:44 +0200 Subject: [PATCH] Set TEST_TARGET to COMPOSE for upgrade flavors The ISO or HDD image won't be attached to the post-upgrade tests, and these are not tests of the image anyway, they're tests of the compose. Signed-off-by: Adam Williamson --- templates.fif.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/templates.fif.json b/templates.fif.json index 168241c4..1bddb049 100644 --- a/templates.fif.json +++ b/templates.fif.json @@ -347,7 +347,7 @@ "DEPLOY_UPLOAD_TEST": "upgrade_desktop_64bit" , "HDDSIZEGB": "20", "PACKAGE_SET": "default", - "TEST_TARGET": "ISO" + "TEST_TARGET": "COMPOSE" }, "version": "*" }, @@ -369,7 +369,7 @@ "settings": { "DEPLOY_UPLOAD_TEST": "upgrade_desktop_64bit", "DESKTOP": "gnome", - "TEST_TARGET": "HDD_2" + "TEST_TARGET": "COMPOSE" }, "version": "*" }, @@ -378,7 +378,7 @@ "distri": "fedora", "flavor": "universal", "settings": { - "TEST_TARGET": "ISO" + "TEST_TARGET": "COMPOSE" }, "version": "*" }, @@ -387,7 +387,7 @@ "distri": "fedora", "flavor": "universal", "settings": { - "TEST_TARGET": "ISO" + "TEST_TARGET": "COMPOSE" }, "version": "*" }, @@ -396,7 +396,7 @@ "distri": "fedora", "flavor": "universal", "settings": { - "TEST_TARGET": "ISO" + "TEST_TARGET": "COMPOSE" }, "version": "*" },