From 800870dd0dbdf5735e9ee117f61ca0f0b828f27a Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 6 Oct 2015 15:27:27 -0700 Subject: [PATCH] schedule i686 and x86_64 default_install tests for server DVD Summary: simple enough. scheduler should already have the necessary bits. Test Plan: Kick off a run and see if we get tests, and the results are reported to the wiki (Final TC1 should work). Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D607 --- templates | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/templates b/templates index 85d1a263..4742ea7e 100755 --- a/templates +++ b/templates @@ -46,6 +46,16 @@ }, test_suite => { name => "default_install" }, }, + { + machine => { name => "64bit" }, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "server_dvd", + version => "*", + }, + test_suite => { name => "default_install" }, + }, { machine => { name => "64bit" }, product => { @@ -456,6 +466,16 @@ }, test_suite => { name => "default_install" }, }, + { + machine => { name => "32bit" }, + product => { + arch => "i386", + distri => "fedora", + flavor => "server_dvd", + version => "*", + }, + test_suite => { name => "default_install" }, + }, { machine => { name => "32bit" }, product => { @@ -634,6 +654,16 @@ variables => "", version => "*", }, + { + arch => "x86_64", + distri => "fedora", + flavor => "server_dvd", + name => "", + settings => [ + ], + variables => "", + version => "*", + }, { arch => "x86_64", distri => "fedora", @@ -699,6 +729,16 @@ variables => "", version => "*", }, + { + arch => "i386", + distri => "fedora", + flavor => "server_dvd", + name => "", + settings => [ + ], + variables => "", + version => "*", + }, { arch => "i386", distri => "fedora",