Set version for AtomicHost tests to 29

We stopped building Atomic Host images from F30 onwards, so we
shouldn't expect to run tests for any version other than 29 any
more (28 is EOL).

Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
Adam Williamson 2019-07-04 17:26:06 -07:00
parent 0a4043aad7
commit 5bc343fd7e

View File

@ -178,7 +178,7 @@
arch => "x86_64", arch => "x86_64",
distri => "fedora", distri => "fedora",
flavor => "AtomicHost-dvd_ostree-iso", flavor => "AtomicHost-dvd_ostree-iso",
version => "*", version => "29",
}, },
test_suite => { name => "install_default" }, test_suite => { name => "install_default" },
}, },
@ -189,7 +189,7 @@
arch => "x86_64", arch => "x86_64",
distri => "fedora", distri => "fedora",
flavor => "AtomicHost-dvd_ostree-iso", flavor => "AtomicHost-dvd_ostree-iso",
version => "*", version => "29",
}, },
test_suite => { name => "install_default" }, test_suite => { name => "install_default" },
}, },
@ -1939,7 +1939,7 @@
arch => "ppc64le", arch => "ppc64le",
distri => "fedora", distri => "fedora",
flavor => "AtomicHost-dvd_ostree-iso", flavor => "AtomicHost-dvd_ostree-iso",
version => "*", version => "29",
}, },
test_suite => { name => "install_default" }, test_suite => { name => "install_default" },
}, },
@ -1951,7 +1951,7 @@
arch => "ppc64le", arch => "ppc64le",
distri => "fedora", distri => "fedora",
flavor => "AtomicHost-dvd_ostree-iso", flavor => "AtomicHost-dvd_ostree-iso",
version => "*", version => "29",
}, },
test_suite => { name => "install_default_upload" }, test_suite => { name => "install_default_upload" },
}, },
@ -3607,7 +3607,7 @@
arch => "aarch64", arch => "aarch64",
distri => "fedora", distri => "fedora",
flavor => "AtomicHost-dvd_ostree-iso", flavor => "AtomicHost-dvd_ostree-iso",
version => "*", version => "29",
}, },
test_suite => { name => "install_default" }, test_suite => { name => "install_default" },
}, },
@ -3619,7 +3619,7 @@
arch => "aarch64", arch => "aarch64",
distri => "fedora", distri => "fedora",
flavor => "AtomicHost-dvd_ostree-iso", flavor => "AtomicHost-dvd_ostree-iso",
version => "*", version => "29",
}, },
test_suite => { name => "install_default_upload" }, test_suite => { name => "install_default_upload" },
}, },
@ -4580,7 +4580,7 @@
{ key => "PACKAGE_SET", value => "default" }, { key => "PACKAGE_SET", value => "default" },
{ key => "TEST_TARGET", value => "ISO" } { key => "TEST_TARGET", value => "ISO" }
], ],
version => "*", version => "29",
}, },
{ {
arch => "x86_64", arch => "x86_64",
@ -4762,7 +4762,7 @@
{ key => "PACKAGE_SET", value => "default" }, { key => "PACKAGE_SET", value => "default" },
{ key => "TEST_TARGET", value => "ISO" } { key => "TEST_TARGET", value => "ISO" }
], ],
version => "*", version => "29",
}, },
{ {
arch => "ppc64", arch => "ppc64",
@ -4834,7 +4834,7 @@
{ key => "PACKAGE_SET", value => "default" }, { key => "PACKAGE_SET", value => "default" },
{ key => "TEST_TARGET", value => "ISO" } { key => "TEST_TARGET", value => "ISO" }
], ],
version => "*", version => "29",
}, },
], ],
TestSuites => [ TestSuites => [