packaging: update spread installation for autopkgtests to use github.com/canonical/spread#16812
Merged
ernestl merged 1 commit intoMar 24, 2026
Conversation
maykathm
approved these changes
Mar 24, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #16812 +/- ##
==========================================
- Coverage 77.63% 77.55% -0.08%
==========================================
Files 1363 1364 +1
Lines 189126 188546 -580
Branches 2446 2446
==========================================
- Hits 146827 146236 -591
- Misses 33470 33478 +8
- Partials 8829 8832 +3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Tue Mar 24 09:00:35 UTC 2026 Spread tests skipped |
ernestl
added a commit
to ernestl/snapd
that referenced
this pull request
Mar 24, 2026
maykathm
pushed a commit
to maykathm/snapd
that referenced
this pull request
Mar 24, 2026
ernestl
added a commit
that referenced
this pull request
Mar 24, 2026
maykathm
pushed a commit
that referenced
this pull request
Mar 24, 2026
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.
Spread module name was changed in go.mod which breaks go based install of spread for autopkgtests: canonical/spread#281
This is a quick fix, to allow me to complete deb only release 2.74.1.
Adapt tests to use new module name.
Longer term we want to transition to using spread-plus. This work will follow soon: