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: cache dependencies in worker pipelines #1467

Open
wants to merge 6 commits into
base: dev
Choose a base branch
from

Conversation

YunchuWang
Copy link
Member

@YunchuWang YunchuWang commented Apr 7, 2024

Description

  • Cache pip installed packages in major pipelines which get invalidated if setup.py changes or date is different.
  • Test run pipelines - on average saved over 1min pipeline runtime per run

PR information

  • The title of the PR is clear and informative.
  • There are a small number of commits, each of which has an informative message. This means that previously merged commits do not appear in the history of the PR. For information on cleaning up the commits in your pull request, see this page.
  • If applicable, the PR references the bug/issue that it fixes in the description.
  • New Unit tests were added for the changes made and CI is passing.

Quality of Code and Contribution Guidelines

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 84.89%. Comparing base (0913d9c) to head (8c73d1a).

Additional details and impacted files
@@            Coverage Diff             @@
##              dev    #1467      +/-   ##
==========================================
- Coverage   85.23%   84.89%   -0.35%     
==========================================
  Files          35       35              
  Lines        1998     1986      -12     
  Branches      378      293      -85     
==========================================
- Hits         1703     1686      -17     
- Misses        219      224       +5     
  Partials       76       76              
Flag Coverage Δ
unittests 84.89% <ø> (-0.30%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

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

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.

2 participants