Skip to content

Commit

Permalink
tests/container: silence GH warnings from isSystemdClean
Browse files Browse the repository at this point in the history
Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Nov 4, 2024
1 parent cd31390 commit 1393938
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/container
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ ignore_known_issues() {
return 1
}

# Silence GH warnings in isSystemdClean
export WARNING_PREFIX=""
for release in $RELEASES; do
if [ "${release}" = "24.04" ] && echo "${LXD_SNAP_CHANNEL}" | grep -qE "^4\.0/"; then
echo "Skip 24.04 container tests on ${LXD_SNAP_CHANNEL}"
Expand Down Expand Up @@ -149,6 +151,7 @@ for release in $RELEASES; do
[ "$(lxc exec n1 -- lxc exec n11 -- systemctl --quiet --failed)" = "" ] || ignore_known_issues "n11" "nested"
lxc delete -f n1
done
unset WARNING_PREFIX

IMAGE="ubuntu-minimal-daily:24.04"

Expand Down

0 comments on commit 1393938

Please sign in to comment.