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

Attempt to reclaim some space on the github ubuntu runner. #8371

Merged
merged 2 commits into from
Jun 21, 2023

Conversation

cmnbroad
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jun 21, 2023

Codecov Report

Merging #8371 (a5034e7) into master (abe8148) will increase coverage by 7.421%.
The diff coverage is n/a.

❗ Current head a5034e7 differs from pull request most recent head 8394496. Consider uploading reports for the commit 8394496 to get more accurate results

Additional details and impacted files
@@               Coverage Diff               @@
##              master     #8371       +/-   ##
===============================================
+ Coverage     78.866%   86.287%   +7.421%     
- Complexity     37243     39483     +2240     
===============================================
  Files           2358      2358               
  Lines         185228    185228               
  Branches       20373     20373               
===============================================
+ Hits          146082    159827    +13745     
+ Misses         32193     18217    -13976     
- Partials        6953      7184      +231     

see 212 files with indirect coverage changes

- name: Reclaim some runner disk space
run: |
sudo rm -rf /usr/share/dotnet
sudo rm -rf "$AGENT_TOOLS_DIRECTORY"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add a comment with a link to the rationale for this fix

@cmnbroad cmnbroad merged commit 4590e4a into master Jun 21, 2023
@cmnbroad cmnbroad deleted the cn_runner_test branch June 21, 2023 18:53
mcovarr pushed a commit that referenced this pull request Jun 22, 2023
* Reclaim some space on the github ubuntu runner so the CI WDL tasks don't run out of docker image disk space.
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