test/cross-distro.sh: move el9 test build to 9.6
RHEL-9.5 is EOL and we no longer ship repositories for it. Let's move the el9 test build to RHEL-9.6. Signed-off-by: Tomáš Hozza <thozza@redhat.com>
This commit is contained in:
parent
f7c89a93fe
commit
17380c7aca
1 changed files with 2 additions and 2 deletions
|
|
@ -341,8 +341,8 @@ case $ID in
|
||||||
10)
|
10)
|
||||||
# There are no new RHEL-8 releases, so just use the distro alias
|
# There are no new RHEL-8 releases, so just use the distro alias
|
||||||
test_cross_build_distro "rhel-8"
|
test_cross_build_distro "rhel-8"
|
||||||
# Test building RHEL 9.5, which is the latest RHEL-9 minor version that is GA at this time
|
# Test building RHEL 9.6, which is the latest RHEL-9 minor version that is GA at this time
|
||||||
test_cross_build_distro "rhel-9.5"
|
test_cross_build_distro "rhel-9.6"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
greenprint "INFO not testing actual cross-distro image build on $ID-$VERSION_ID"
|
greenprint "INFO not testing actual cross-distro image build on $ID-$VERSION_ID"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue