From fd177dd39eab7209cde683474d7e85b2bab703c5 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 15 Sep 2015 16:04:30 -0700 Subject: [PATCH] strip 32-bit test set a bit Summary: So test runs are getting very long on BOS, and we have UEFI tests coming. Try to help out by reducing the 32-bit test load a bit. I tried to strategically drop the tests that are least likely to differ, e.g. different storage layouts (but not filesystem/device types), kickstart delivery, and only doing one upgrade test. Test Plan: Check the templates file loads and there are no obvious errors. See if you agree with the tests I cut. Reviewers: garretraziel, jskladan Reviewed By: jskladan Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D580 --- templates | 130 ------------------------------------------------------ 1 file changed, 130 deletions(-) diff --git a/templates b/templates index 91a95678..2078e4ec 100755 --- a/templates +++ b/templates @@ -476,16 +476,6 @@ }, test_suite => { name => "package_set_minimal" }, }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_repository_http_variation" }, - }, { machine => { name => "32bit" }, product => { @@ -496,36 +486,6 @@ }, test_suite => { name => "server_repository_http_graphical" }, }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_mirrorlist_graphical" }, - }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_delete_pata" }, - }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_kickstart_user_creation" }, - }, { machine => { name => "32bit" }, product => { @@ -536,16 +496,6 @@ }, test_suite => { name => "server_scsi_updates_img" }, }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_sata_multi" }, - }, { machine => { name => "32bit" }, product => { @@ -556,26 +506,6 @@ }, test_suite => { name => "server_simple_encrypted" }, }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_simple_free_space" }, - }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_multi_empty" }, - }, { machine => { name => "32bit" }, product => { @@ -586,16 +516,6 @@ }, test_suite => { name => "server_software_raid" }, }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_delete_partial" }, - }, { machine => { name => "32bit" }, product => { @@ -626,36 +546,6 @@ }, test_suite => { name => "server_lvmthin" }, }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_no_swap" }, - }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_kickstart_hdd" }, - }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "upgrade_minimal_32bit" }, - }, { machine => { name => "32bit" }, product => { @@ -665,26 +555,6 @@ version => "*", }, test_suite => { name => "upgrade_desktop_32bit" }, - }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "server_updates_img_local" }, - }, - { - machine => { name => "32bit" }, - product => { - arch => "i386", - distri => "fedora", - flavor => "universal", - version => "*", - }, - test_suite => { name => "european_language_install" }, } ], Machines => [