Skip to content
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

CI Linux: Consolidate jobs #38518

Merged
merged 28 commits into from
Sep 3, 2024
Merged

Conversation

mkoeppe
Copy link
Contributor

@mkoeppe mkoeppe commented Aug 16, 2024

Thanks to the more powerful runners in use since early 2024, we can do away with the splits between

  • standard-pre and standard
  • minimal-pre and minimal
  • optional-0-o and optional-p-z
  • experimental-0-o and experimental-p-z

This makes the CI runs a bit easier to navigate for those who look at them.

This should also fix "No space left on device" aborts as seen for example in https://github.com/mkoeppe/sage/actions/runs/10426436105 for standard-pre (where we did not use to maximize the available disk space).

📝 Checklist

  • The title is concise and informative.
  • The description explains in detail what this PR is about.
  • 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

kiwifb and others added 18 commits August 12, 2024 12:57
pkgs/sagemath-standard/tox.ini: Add environment sagepython-constraints_pkgs[-norequirements]
For C-return-type functions that raise exceptions (and their heirs).
Copy link

github-actions bot commented Aug 16, 2024

Documentation preview for this PR (built with commit ee30cbf; changes) is ready! 🎉
This preview will update shortly after each push to this PR.

@mkoeppe mkoeppe self-assigned this Aug 17, 2024
@mkoeppe mkoeppe marked this pull request as ready for review August 17, 2024 23:03
@kwankyu
Copy link
Collaborator

kwankyu commented Aug 18, 2024

This simplification is very welcome. I am just curious what was the purpose of -pre jobs and how "more powerful runners" allows us to dispense with them.

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Aug 18, 2024

Before the runners were upgraded, the jobs did not fit in the 6 hour time limit.

@kwankyu
Copy link
Collaborator

kwankyu commented Aug 18, 2024

Ah, I see.

No merge conflict with #37434?

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Aug 18, 2024

No merge conflict with #37434?

I've merged it now to make the adjustment c856eed

@kwankyu
Copy link
Collaborator

kwankyu commented Aug 18, 2024

This looks good to me.

Let me know when the test run of the (merged) workflow is done.

@dcoudert
Copy link
Contributor

@fchapoton fixed the lint errors in #38518

@mkoeppe
Copy link
Contributor Author

mkoeppe commented Aug 18, 2024

Thanks!

vbraun pushed a commit to vbraun/sage that referenced this pull request Aug 27, 2024
    
<!-- ^ Please provide a concise and informative title. -->
<!-- ^ Don't put issue numbers in the title, do this in the PR
description below. -->
<!-- ^ For example, instead of "Fixes sagemath#12345" use "Introduce new method
to calculate 1 + 2". -->
<!-- v Describe your changes below in detail. -->
<!-- v Why is this change required? What problem does it solve? -->
<!-- v If this PR resolves an open issue, please link to it here. For
example, "Fixes sagemath#12345". -->

Thanks to the more powerful runners in use since early 2024, we can do
away with the splits between
- `standard-pre` and `standard`
- `minimal-pre` and `minimal`
- `optional-0-o` and `optional-p-z`
- `experimental-0-o` and `experimental-p-z`

This makes the CI runs a bit easier to navigate for those who look at
them.

- Test run: https://github.com/mkoeppe/sage/actions/runs/10438362191

This should also fix "No space left on device" aborts as seen for
example in https://github.com/mkoeppe/sage/actions/runs/10426436105 for
standard-pre (where we did not use to maximize the available disk
space).

### 📝 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.
- [ ] 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: ... -->

- Depends on sagemath#37434 (merged here)
    
URL: sagemath#38518
Reported by: Matthias Köppe
Reviewer(s): Kwankyu Lee, Matthias Köppe
@vbraun vbraun merged commit 114523a into sagemath:develop Sep 3, 2024
18 of 22 checks passed
@mkoeppe mkoeppe added this to the sage-10.5 milestone Sep 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants