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 Restructuring #418

Merged
merged 6 commits into from
Apr 26, 2024
Merged

👷 CI Restructuring #418

merged 6 commits into from
Apr 26, 2024

Conversation

marcelwa
Copy link
Collaborator

@marcelwa marcelwa commented Apr 24, 2024

Description

This PR restructures the CI system to reduce the amount of runners spawned.

  • Deprecate macOS-12 support
  • Merge Debug and Release pipelines for all workflows into single runners for performance reasons

Additional changes:

  • Bump Python in the runners to 3.10

Checklist:

  • The pull request only contains commits that are related to it.
  • I have added appropriate tests and documentation.
  • I have created/adjusted the Python bindings for any new or updated functionality.
  • I have made sure that all CI jobs on GitHub pass.
  • The pull request introduces no new warnings and follows the project's style guidelines.

@marcelwa marcelwa added the github_actions Pull requests that update GitHub Actions code label Apr 24, 2024
@marcelwa marcelwa self-assigned this Apr 24, 2024
Copy link

codecov bot commented Apr 25, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.29%. Comparing base (9becc3a) to head (a9d6b66).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #418      +/-   ##
==========================================
- Coverage   98.32%   98.29%   -0.04%     
==========================================
  Files         209      209              
  Lines       28308    28307       -1     
  Branches     1290     1292       +2     
==========================================
- Hits        27834    27824      -10     
- Misses        474      483       +9     

see 4 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9becc3a...a9d6b66. Read the comment docs.

@marcelwa marcelwa merged commit 598514b into main Apr 26, 2024
38 checks passed
@marcelwa marcelwa deleted the ci-restructuring branch April 26, 2024 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
github_actions Pull requests that update GitHub Actions code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant