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

Free Disk Space in Github CIs #3574

Merged
merged 1 commit into from
Sep 30, 2023

Conversation

WeiqunZhang
Copy link
Member

@WeiqunZhang WeiqunZhang commented Sep 29, 2023

Add a new script that removes some packages we do not need. It can free up about 7 GB of space on Ubuntu.

Use it in nvhpc and sycl/amd CIs. These CIs often run out of space. We don't want to use it in every CI, because it takes a few minutes to run the script.

Add a new script that removes some packages we do not need. Use it in nvhpc
and sycl/amd CIs. These CIs often run out of space. We don't want to use it
in every CI, because it takes about 5 minutes to run the script.
@ax3l
Copy link
Member

ax3l commented Sep 29, 2023

I was always wondering if that helps, because docker essentially does a diff to what it started with...

But makes sense, I think df usage is what counts here for quotas...

@WeiqunZhang WeiqunZhang merged commit b95482d into AMReX-Codes:development Sep 30, 2023
65 of 67 checks passed
@WeiqunZhang WeiqunZhang deleted the nvhpc_size branch September 30, 2023 00:23
ax3l added a commit to ax3l/pyamrex that referenced this pull request Oct 18, 2023
Add a new script that removes some packages we do not need. It can free up about 7 GB of space on Ubuntu.

See:
  AMReX-Codes/amrex#3574

Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov>
WeiqunZhang added a commit to AMReX-Codes/pyamrex that referenced this pull request Oct 18, 2023
Add a new script that removes some packages we do not need. It can free up about 7 GB of space on Ubuntu.

See:
  AMReX-Codes/amrex#3574

Co-authored-by: Weiqun Zhang <weiqunzhang@lbl.gov>
guj pushed a commit to guj/amrex that referenced this pull request Dec 13, 2023
Add a new script that removes some packages we do not need. It can free
up about 7 GB of space on Ubuntu.

Use it in nvhpc and sycl/amd CIs. These CIs often run out of space. We
don't want to use it in every CI, because it takes a few minutes to run
the script.
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