Add version_id for regression test scripts for rhel-10
note: may fail in the same way 9.5 does (SSL certificates) and may need to be disabled. See code few lines above this change.
This commit is contained in:
parent
a909cae0dc
commit
7668911038
2 changed files with 2 additions and 2 deletions
|
|
@ -54,7 +54,7 @@ case "${ID}" in
|
|||
fi
|
||||
|
||||
case "${VERSION_ID%.*}" in
|
||||
"8" | "9")
|
||||
"8" | "9" | "10")
|
||||
echo "Running on RHEL ${VERSION_ID}"
|
||||
# TODO: remove once the osbuild-composer v100 is in RHEL
|
||||
if ! nvrGreaterOrEqual "osbuild-composer" "100"; then
|
||||
|
|
|
|||
|
|
@ -85,7 +85,7 @@ case "${ID}" in
|
|||
fi
|
||||
|
||||
case "${VERSION_ID%.*}" in
|
||||
"8" | "9")
|
||||
"8" | "9" | "10")
|
||||
echo "Running on RHEL ${VERSION_ID}"
|
||||
# TODO: remove once the osbuild-composer v100 is in RHEL
|
||||
if ! nvrGreaterOrEqual "osbuild-composer" "100"; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue