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 <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2023-06-19 20:18:44 +02:00
parent b0fb6911f3
commit 7adb698b21
1 changed files with 5 additions and 5 deletions

View File

@ -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": "*"
},