From f247ea7511769aa7577d1697d6ffcf5e5a1f3be0 Mon Sep 17 00:00:00 2001 From: Michel Normand Date: Thu, 29 Aug 2019 08:50:35 +0200 Subject: [PATCH] Remove install_default when install_default_upload two tests only differ by saving of qcow2 on test end for last one. That concerns ppc64le and aarch64 flavors: AtomicHost-dvd_ostree-iso Server-dvd-iso Signed-off-by: Michel Normand --- templates | 48 ------------------------------------------------ 1 file changed, 48 deletions(-) diff --git a/templates b/templates index 50f70b18..221949b4 100755 --- a/templates +++ b/templates @@ -2031,18 +2031,6 @@ }, test_suite => { name => "install_package_set_kde" }, }, - { - group_name => "Fedora PowerPC", - machine => { name => "ppc64le" }, - prio => 10, - product => { - arch => "ppc64le", - distri => "fedora", - flavor => "AtomicHost-dvd_ostree-iso", - version => "*", - }, - test_suite => { name => "install_default" }, - }, { group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, @@ -2079,18 +2067,6 @@ }, test_suite => { name => "install_default_upload" }, }, - { - group_name => "Fedora PowerPC", - machine => { name => "ppc64le" }, - prio => 11, - product => { - arch => "ppc64le", - distri => "fedora", - flavor => "Server-dvd-iso", - version => "*", - }, - test_suite => { name => "install_default" }, - }, { group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, @@ -3111,18 +3087,6 @@ }, test_suite => { name => "desktop_background" }, }, - { - group_name => "Fedora AArch64", - machine => { name => "aarch64" }, - prio => 10, - product => { - arch => "aarch64", - distri => "fedora", - flavor => "AtomicHost-dvd_ostree-iso", - version => "*", - }, - test_suite => { name => "install_default" }, - }, { group_name => "Fedora AArch64", machine => { name => "aarch64" }, @@ -3159,18 +3123,6 @@ }, test_suite => { name => "install_default_upload" }, }, - { - group_name => "Fedora AArch64", - machine => { name => "aarch64" }, - prio => 11, - product => { - arch => "aarch64", - distri => "fedora", - flavor => "Server-dvd-iso", - version => "*", - }, - test_suite => { name => "install_default" }, - }, { group_name => "Fedora AArch64", machine => { name => "aarch64" },