-
Notifications
You must be signed in to change notification settings - Fork 445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(providers): use core24 buildd daily image for devel #4532
Conversation
Signed-off-by: Callahan Kovacs <[email protected]>
Spread tests failed as-expected:
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## main #4532 +/- ##
=======================================
Coverage 89.18% 89.18%
=======================================
Files 321 321
Lines 21777 21777
=======================================
Hits 19421 19421
Misses 2356 2356 ☔ View full report in Codecov by Sentry. |
Signed-off-by: Callahan Kovacs <[email protected]>
Going to sit on this PR until RT#161719 to be resolved and canonical/craft-providers#501 is landed and released. |
Signed-off-by: Callahan Kovacs <[email protected]>
… path (#4451) Signed-off-by: Callahan Kovacs <[email protected]> Co-authored-by: Alex Lowe <[email protected]> Co-authored-by: Callahan <[email protected]>
tox run -m lint
?tox run -e test-py310
? (supported versions:py39
,py310
,py311
,py312
)When using
build-base: devel
, use thecore24
buildd daily image instead of thedevel
daily image.There is no change in how a user defines their
snapcraft.yaml
. Once thecore24
base is available in the beta channel, then we can allow users to usebase: core24
.There are some intermittent problems with launching buildd daily images, see canonical/craft-providers#498.
Fixes #4519
(CRAFT-2390)