tests: update RHEL version in unsupported tests

This commit is contained in:
Jakub Rusz 2022-06-16 16:18:22 +02:00 committed by Ondřej Budai
parent 81c66b5128
commit 70688173bb
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh
if [ "${NIGHTLY:=false}" == "true" ]; then
case "${ID}-${VERSION_ID}" in
"rhel-8.6" | "rhel-9.0" )
"rhel-8.7" | "rhel-9.1" )
echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..."
exit 0
;;

View file

@ -11,7 +11,7 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh
if [ "${NIGHTLY:=false}" == "true" ]; then
case "${ID}-${VERSION_ID}" in
"rhel-8.6" | "rhel-9.0" )
"rhel-8.7" | "rhel-9.1" )
echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..."
exit 0
;;

View file

@ -4,7 +4,7 @@ source /usr/libexec/osbuild-composer-test/set-env-variables.sh
if [ "${NIGHTLY:=false}" == "true" ]; then
case "${ID}-${VERSION_ID}" in
"rhel-8.6" | "rhel-9.0")
"rhel-8.7" | "rhel-9.1")
echo "$0 is not enabled for ${ID}-${VERSION_ID} skipping..."
exit 0
;;