Skip to content

Commit

Permalink
test/includes/microcloud: use LXD 5.21/candidate (canonical/lxd-pkg-s…
Browse files Browse the repository at this point in the history
…nap#417)

Signed-off-by: Simon Deziel <[email protected]>
  • Loading branch information
simondeziel committed Apr 17, 2024
1 parent a07d57f commit ea7ebff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion microcloud/test/includes/microcloud.sh
Original file line number Diff line number Diff line change
Expand Up @@ -948,7 +948,8 @@ setup_system() {
fi
while ! test -e /snap/bin/lxd ; do
snap install lxd --cohort='+' || true
echo \"::warning:: pulling LXD from 5.21/candidate (https://github.com/canonical/lxd-pkg-snap/pull/417)\"
snap install lxd --cohort='+' --channel=5.21/candidate || true
sleep 1
done
"
Expand Down

0 comments on commit ea7ebff

Please sign in to comment.