From da878f30ecdb19f9897862cae7b3de825bd6e5c0 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 3 Dec 2019 15:13:51 -0800 Subject: [PATCH] Drop all Atomic Host entries from templates We don't produce Atomic Host images any more now F29 is EOL, so we don't need tests for them any more. Signed-off-by: Adam Williamson --- templates | 82 ------------------------------------------------------- 1 file changed, 82 deletions(-) diff --git a/templates b/templates index 658228f2..0826b42b 100755 --- a/templates +++ b/templates @@ -161,28 +161,6 @@ }, test_suite => { name => "install_default" }, }, - { - machine => { name => "64bit" }, - prio => 50, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "AtomicHost-dvd_ostree-iso", - version => "*", - }, - test_suite => { name => "install_default" }, - }, - { - machine => { name => "uefi" }, - prio => 51, - product => { - arch => "x86_64", - distri => "fedora", - flavor => "AtomicHost-dvd_ostree-iso", - version => "*", - }, - test_suite => { name => "install_default" }, - }, { machine => { name => "64bit" }, prio => 50, @@ -2232,18 +2210,6 @@ }, test_suite => { name => "desktop_notifications_postinstall" }, }, - { - 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_upload" }, - }, { group_name => "Fedora PowerPC", machine => { name => "ppc64le" }, @@ -3372,18 +3338,6 @@ }, test_suite => { name => "cloud_autocloud" }, }, - { - 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_upload" }, - }, { group_name => "Fedora AArch64", machine => { name => "aarch64" }, @@ -4392,18 +4346,6 @@ ], version => "*", }, - { - arch => "x86_64", - distri => "fedora", - flavor => "AtomicHost-dvd_ostree-iso", - name => "", - settings => [ - { key => "CANNED", value => "1" }, - { key => "PACKAGE_SET", value => "default" }, - { key => "TEST_TARGET", value => "ISO" } - ], - version => "*", - }, { arch => "x86_64", distri => "fedora", @@ -4600,18 +4542,6 @@ ], version => "*", }, - { - arch => "ppc64le", - distri => "fedora", - flavor => "AtomicHost-dvd_ostree-iso", - name => "", - settings => [ - { key => "CANNED", value => "1" }, - { key => "PACKAGE_SET", value => "default" }, - { key => "TEST_TARGET", value => "ISO" } - ], - version => "*", - }, { arch => "ppc64le", distri => "fedora", @@ -4655,18 +4585,6 @@ ], version => "*", }, - { - arch => "aarch64", - distri => "fedora", - flavor => "AtomicHost-dvd_ostree-iso", - name => "", - settings => [ - { key => "CANNED", value => "1" }, - { key => "PACKAGE_SET", value => "default" }, - { key => "TEST_TARGET", value => "ISO" } - ], - version => "*", - }, { arch => "aarch64", distri => "fedora",