From 859a92a9c0496ed09562a9b5b03e0eaa0563deb4 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Thu, 14 Jan 2016 10:38:14 -0800 Subject: [PATCH] schedule base tests for kde_live Summary: we have a KDE column for the 'base' tests, so we should run them on the kde_live flavor. Test Plan: Schedule a full test run, ensure all three base tests are scheduled and run correctly for KDE live. Reviewers: jskladan, garretraziel Reviewed By: garretraziel Subscribers: tflink Differential Revision: https://phab.qadevel.cloud.fedoraproject.org/D720 --- templates | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) diff --git a/templates b/templates index caa74c89..b2229eac 100755 --- a/templates +++ b/templates @@ -182,6 +182,17 @@ }, test_suite => { name => "base_selinux" }, }, + { + machine => { name => "64bit" }, + prio => 42, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "kde_live", + version => "*", + }, + test_suite => { name => "base_selinux" }, + }, { machine => { name => "64bit" }, prio => 40, @@ -215,6 +226,17 @@ }, test_suite => { name => "base_services_start" }, }, + { + machine => { name => "64bit" }, + prio => 42, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "kde_live", + version => "*", + }, + test_suite => { name => "base_services_start" }, + }, { machine => { name => "64bit" }, prio => 40, @@ -248,6 +270,17 @@ }, test_suite => { name => "base_service_manipulation" }, }, + { + machine => { name => "64bit" }, + prio => 42, + product => { + arch => "x86_64", + distri => "fedora", + flavor => "kde_live", + version => "*", + }, + test_suite => { name => "base_service_manipulation" }, + }, { machine => { name => "64bit" }, prio => 30,