mirror of
https://github.com/rocky-linux/os-autoinst-distri-rocky.git
synced 2024-11-22 21:21:30 +00:00
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
This commit is contained in:
parent
26fd74490c
commit
800870dd0d
40
templates
40
templates
@ -46,6 +46,16 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "default_install" },
|
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" },
|
machine => { name => "64bit" },
|
||||||
product => {
|
product => {
|
||||||
@ -456,6 +466,16 @@
|
|||||||
},
|
},
|
||||||
test_suite => { name => "default_install" },
|
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" },
|
machine => { name => "32bit" },
|
||||||
product => {
|
product => {
|
||||||
@ -634,6 +654,16 @@
|
|||||||
variables => "",
|
variables => "",
|
||||||
version => "*",
|
version => "*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
arch => "x86_64",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "server_dvd",
|
||||||
|
name => "",
|
||||||
|
settings => [
|
||||||
|
],
|
||||||
|
variables => "",
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
arch => "x86_64",
|
arch => "x86_64",
|
||||||
distri => "fedora",
|
distri => "fedora",
|
||||||
@ -699,6 +729,16 @@
|
|||||||
variables => "",
|
variables => "",
|
||||||
version => "*",
|
version => "*",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
arch => "i386",
|
||||||
|
distri => "fedora",
|
||||||
|
flavor => "server_dvd",
|
||||||
|
name => "",
|
||||||
|
settings => [
|
||||||
|
],
|
||||||
|
variables => "",
|
||||||
|
version => "*",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
arch => "i386",
|
arch => "i386",
|
||||||
distri => "fedora",
|
distri => "fedora",
|
||||||
|
Loading…
Reference in New Issue
Block a user