-
-
Notifications
You must be signed in to change notification settings - Fork 686
Add back ubuntu-noble-standard to ci-linux #40157
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
Conversation
|
Issue with one of the runs (as explained above, it works some of the time. Maybe at least half) The first error is non-critical since (supposedly) by design it will just retry with 10.6 after 10.7 doesn't exist. See |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm going to approve this since you're saying that it will likely fix the CI failures that are happening on so many PRs. However, I don't have much knowledge in this area.
I am cc-ing @tobiasdiez and @dimpase in case they have any thoughts/knowledge on this (including if there is someone else who is good to cc).
|
Also cc-ing @tornaria and @antonio-rojas too. |
Are all of these runs from the same code? The failing runs seem to be failing for different reasons. I'm fine with readding this; hopefully it will work and indeed fix the linked issue. |
Slightly different, but the code difference appears to be irrelevant to the error difference. Each run takes > 2 hours (!!!) so I really don't want to look too hard into it. |
sagemathgh-40157: Add back ubuntu-noble-standard to ci-linux Fixes sagemath#40120 — I believe. As explained there, the root cause is that `ci-linux.yml` no longer build from scratch on `ubuntu-noble-standard` to generate the base docker image for the incremental builds to base on. In any case this appears to be harmless enough. From some [testing](https://github.com/user202729/sage/actions/workflows/ci- linux.yml) this works _some_ of the time (the debug statements are harmless)… which is not great, but the **current** `standard` runs aren't completely reliable either. ### 📝 Checklist <!-- Put an `x` in all the boxes that apply. --> - [x] The title is concise and informative. - [x] The description explains in detail what this PR is about. - [x] I have linked a relevant issue or discussion. - [ ] I have created tests covering the changes. - [ ] I have updated the documentation and checked the documentation preview. ### ⌛ Dependencies <!-- List all open PRs that this PR logically depends on. For example, --> <!-- - sagemath#12345: short description why this is a dependency --> <!-- - sagemath#34567: ... --> URL: sagemath#40157 Reported by: user202729 Reviewer(s): Travis Scrimshaw
|
okay, new release. The build succeeded this time. https://github.com/sagemath/sage/actions/runs/15379005941/job/43267361858#step:15:60 hope it works? |
|
It seems to work well. Thanks for this fix! |
Fixes #40120 — I believe.
As explained there, the root cause is that
ci-linux.ymlno longer build from scratch onubuntu-noble-standardto generate the base docker image for the incremental builds to base on.In any case this appears to be harmless enough.
From some testing this works some of the time (the debug statements are harmless)… which is not great, but the current
standardruns aren't completely reliable either.📝 Checklist
⌛ Dependencies