Skip to content

Commit

Permalink
tests(spread): use LXD from 5.21/candidate (#694)
Browse files Browse the repository at this point in the history
This serves two purposes:

a) It un-breaks `main` as `5.21/candidate` has the fixes for the regressions
   when mounting the overlay filesystems;
b) It lets the spread tests act as a line of defense against further LTS
   regressions, without being too exposed to breakage by using something like
   `latest/edge`.
  • Loading branch information
tigarmo authored Sep 3, 2024
1 parent 0865757 commit 90bc9b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions spread.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,9 @@ prepare: |
tests.pkgs remove lxd
fi
# 5.21/stable is the latest stable LTS
snap install lxd --channel=5.21/stable
# 5.21/stable is the latest stable LTS. Use 5.21/candidate as a "first line of
# defense" against LXD regressions.
snap install lxd --channel=5.21/candidate
# Hold snap refreshes for 24h.
snap set system refresh.hold="$(date --date=tomorrow +%Y-%m-%dT%H:%M:%S%:z)"
Expand Down

0 comments on commit 90bc9b3

Please sign in to comment.