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: minimize storage usage #1658

Merged
merged 4 commits into from
Oct 13, 2023
Merged

Conversation

adamjstewart
Copy link
Collaborator

Our CI has been dead in the water for the last 4 days. This PR fixes that. Specifically, this includes the following changes:

  • Purge pip's download cache (-2.7G)
  • Don't save tmp path if tests pass (-10.6G)

The result is that we're no longer MBs away from running out of space in any given PR.

@adamjstewart adamjstewart added this to the 0.5.1 milestone Oct 13, 2023
@github-actions github-actions bot added the testing Continuous integration testing label Oct 13, 2023
calebrob6
calebrob6 previously approved these changes Oct 13, 2023
@github-actions github-actions bot added the dependencies Packaging and dependencies label Oct 13, 2023
@calebrob6
Copy link
Member

Great job debugging this!!

@calebrob6
Copy link
Member

How did test coverage chagne?

@calebrob6 calebrob6 merged commit 27be503 into microsoft:main Oct 13, 2023
21 checks passed
@adamjstewart adamjstewart deleted the ci/storage branch October 13, 2023 18:37
@adamjstewart
Copy link
Collaborator Author

How did test coverage chagne?

codecov/codecov-action#903, same as usual

nilsleh pushed a commit that referenced this pull request Nov 6, 2023
* CI: minimize storage usage

* Ignore warning in Python 3.9

* newer pytest required

* bump pytest-cov too
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Packaging and dependencies testing Continuous integration testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants