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

Update CI/CD pipelines Part 1 #2577

Merged
merged 17 commits into from
Nov 3, 2024
Merged

Update CI/CD pipelines Part 1 #2577

merged 17 commits into from
Nov 3, 2024

Conversation

dennisbader
Copy link
Collaborator

@dennisbader dennisbader commented Nov 2, 2024

Checklist before merging this PR:

  • Mentioned all issues that this PR fixes or addresses.
  • Summarized the updates of this PR under Summary.
  • Added an entry under Unreleased in the Changelog. (will do that in next PRs)

addresses #1467, #586, #689

Summary

This is first of multiple PRs to improve or CI/CD workflows (and remove gradle as a dependencies)

  • Fixes failing macOS pipeline
  • removes gradle dependency from develop and merge workflows
  • improves caching:
    • Adds update-cache workflow which is triggered on every merge into master:
      • caches python environment on master branch so that other workflows in new branches can use them (see here for more info).
    • docs and example checks now leverage cache as well

Copy link

codecov bot commented Nov 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.88%. Comparing base (ad93612) to head (d5db286).
Report is 3 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2577      +/-   ##
==========================================
- Coverage   93.89%   93.88%   -0.02%     
==========================================
  Files         139      139              
  Lines       14888    14874      -14     
==========================================
- Hits        13979    13964      -15     
- Misses        909      910       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dennisbader dennisbader changed the title reduce tests to failing macos Update CI/CD pipelines Part 1 Nov 3, 2024
@dennisbader
Copy link
Collaborator Author

Merging this to validate merge and update-cache workflows

@dennisbader dennisbader merged commit cade7ae into master Nov 3, 2024
9 checks passed
@dennisbader dennisbader deleted the fix/mac_cicd branch November 3, 2024 11:18
@dennisbader dennisbader mentioned this pull request Nov 3, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant