Conversation
e1c099a to
2be55da
Compare
2be55da to
70a453e
Compare
There was a problem hiding this comment.
Pull request overview
This PR adds a new weekly CI workflow job to test LXD functionality across multiple Ubuntu versions, LXD channels, and Python versions. The job runs tests specifically marked with 'lxd_instance' to validate LXD provider compatibility across different environment combinations.
- Adds a new
lxdjob to the weekly tests workflow - Tests multiple Ubuntu versions (22.04, 24.04) and architectures (x86_64, ARM)
- Validates compatibility with various LXD channels (4.0, 5.0, 5.21, and latest)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Member
|
All of the current failures in the weekly spreads (that I found) seem to be this: Is this a network error bubbling up strangely, or are we actually referencing a nonexistent image here? |
Collaborator
Author
|
@bepri it's a network issue. It succeeded in some environments but not others. |
bepri
approved these changes
Dec 9, 2025
lengau
commented
Dec 16, 2025
Signed-off-by: Alex Lowe <alex.lowe@canonical.com>
lengau
commented
Dec 16, 2025
Signed-off-by: Alex Lowe <alex.lowe@canonical.com>
lengau
commented
Dec 16, 2025
Signed-off-by: Alex Lowe <alex.lowe@canonical.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
make lint && make test?This has us running our LXD instance tests on a matrix of Ubuntu/lxd/Python versions each week.
Example run: https://github.com/canonical/craft-providers/actions/runs/19977333039
This should catch errors such as #856 earlier.