You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tests: fix snapd-maintenance-msg test for beta validation
This test needs to be updated in order to refresh to a different channel
when running beta validation (core20 channel is stable). In the ci the
core20 channel is edge.
if [ "$current_revision" = "$refresh_revision" ]; then
51
+
echo "core20 current channel (${current_channel}) and refresh channel (${refresh_channel}) are on the same revision (${refresh_revision}); skipping reboot maintenance check"
52
+
exit 0
53
+
fi
54
+
36
55
echo "Testing maintenance message for system reboots"
0 commit comments