Revert "Set version for AtomicHost tests to 29"
This reverts commit 5bc343fd7e
.
Turns out this created a new job group, which I wasn't really
meaning to do. I'll tweak checkwiki to not choke on this.
This commit is contained in:
parent
2ecf97e7a7
commit
1e729f1281
18
templates
18
templates
@ -178,7 +178,7 @@
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicHost-dvd_ostree-iso",
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default" },
|
||||
},
|
||||
@ -189,7 +189,7 @@
|
||||
arch => "x86_64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicHost-dvd_ostree-iso",
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default" },
|
||||
},
|
||||
@ -1939,7 +1939,7 @@
|
||||
arch => "ppc64le",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicHost-dvd_ostree-iso",
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default" },
|
||||
},
|
||||
@ -1951,7 +1951,7 @@
|
||||
arch => "ppc64le",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicHost-dvd_ostree-iso",
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default_upload" },
|
||||
},
|
||||
@ -3607,7 +3607,7 @@
|
||||
arch => "aarch64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicHost-dvd_ostree-iso",
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default" },
|
||||
},
|
||||
@ -3619,7 +3619,7 @@
|
||||
arch => "aarch64",
|
||||
distri => "fedora",
|
||||
flavor => "AtomicHost-dvd_ostree-iso",
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
test_suite => { name => "install_default_upload" },
|
||||
},
|
||||
@ -4580,7 +4580,7 @@
|
||||
{ key => "PACKAGE_SET", value => "default" },
|
||||
{ key => "TEST_TARGET", value => "ISO" }
|
||||
],
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
{
|
||||
arch => "x86_64",
|
||||
@ -4762,7 +4762,7 @@
|
||||
{ key => "PACKAGE_SET", value => "default" },
|
||||
{ key => "TEST_TARGET", value => "ISO" }
|
||||
],
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
{
|
||||
arch => "ppc64",
|
||||
@ -4834,7 +4834,7 @@
|
||||
{ key => "PACKAGE_SET", value => "default" },
|
||||
{ key => "TEST_TARGET", value => "ISO" }
|
||||
],
|
||||
version => "29",
|
||||
version => "*",
|
||||
},
|
||||
],
|
||||
TestSuites => [
|
||||
|
Loading…
Reference in New Issue
Block a user