Skip ova-boot Image Test on osbuild-composer < v84
note: don't fail if grep doesn't select anything
This commit is contained in:
parent
789838682c
commit
fdf4c89f0b
1 changed files with 2 additions and 6 deletions
|
|
@ -59,14 +59,10 @@ get_test_cases () {
|
|||
SKIP_CASES=("${SKIP_OSTREE[@]}")
|
||||
fi
|
||||
|
||||
# skip container test if running on old osbuild version
|
||||
# b/c manifests have been modified to include the
|
||||
# "manifest-lists" and "skopeo-index" options which are
|
||||
# not yet supported on 8.8 and 9.2 downstream
|
||||
if nvrGreaterOrEqual "osbuild" "83"; then
|
||||
if nvrGreaterOrEqual "osbuild-composer" "84"; then
|
||||
echo
|
||||
else
|
||||
SKIP_ME=$(grep edge_commit_with_container-boot <<< "$ALL_CASES")
|
||||
SKIP_ME=$(grep ova-boot <<< "$ALL_CASES" || echo -n)
|
||||
SKIP_CASES=("${SKIP_CASES[@]}" "$SKIP_ME")
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue