ci: switch from debian:latest to ubuntu:rolling#2335
Open
bdrung wants to merge 1 commit into
Open
Conversation
Contributor
|
Thanks @bdrung . This is ok by me if the tests are passing currently with this change. |
Contributor
Seems Debian is a bit faster than ubuntu:rolling, but this can be mitigated by #2336 |
Collaborator
|
The commit message and the PR title don't make sense. Please fix it. |
069836b to
a08d28d
Compare
Member
Author
|
Rebased and corrected title (in commit and PR). |
a08d28d to
b0c1e39
Compare
Commit 28323e6 ("ci: switch from ubuntu:devel to a more stable debian:latest") switched away from the Ubuntu devel release (which can be more unstable since it is a release in development) but also switched from Ubuntu to Debian. Switch to `ubuntu:rolling` which is the latest Ubuntu release which should be stable enough for our purposes. Ubuntu gets a new release every six month in comparsion to Debian which cuts a new release around every two years.
b0c1e39 to
dff6656
Compare
Conan-Kudo
approved these changes
Apr 3, 2026
Collaborator
|
Test 71 on ubuntu:rolling on ARM seems to be so slow that it does not finish in one hour and it times out. On Debian it seems to run much faster (around 14 min) - see https://github.com/dracut-ng/dracut-ng/actions/runs/23927501489/job/69787337312 |
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.
Commit 28323e6 ("ci: switch from ubuntu:devel to a more stable debian:latest") switched away from the Ubuntu devel release (which can be more unstable since it is a release in development) but also switched from Ubuntu to Debian.
Switch to
ubuntu:rollingwhich is the latest Ubuntu release which should be stable enough for our purposes. Ubuntu gets a new release every six month in comparsion to Debian which cuts a new release around every two years.Checklist