-
Notifications
You must be signed in to change notification settings - Fork 43
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
Getting close to the 14 GB Actions limit #229
Comments
This was referenced Jul 12, 2023
I see intermittent Eg: https://github.com/libp2p/js-libp2p/actions/runs/5643526691/job/15285746637 |
Js will hit this issue more often. @galargh how do we get js-libp2p to run on self hosted runners? |
achingbrain
pushed a commit
to libp2p/js-libp2p
that referenced
this issue
Jul 25, 2023
This gives us access to more powerful machines and more disk space - related to libp2p/test-plans#229 (comment)
MarcoPolo
added a commit
that referenced
this issue
Jul 25, 2023
Part of #229. I think we've already hit this limit on js-libp2p and zig-libp2p since those build environments are a bit bigger. Picked the biggest offenders from this run: https://github.com/libp2p/test-plans/actions/runs/5662554281/job/15342709461?pr=230#step:3:2864
We did get JS on self-hosted in libp2p/js-libp2p#1891. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think we're getting dangerously close to GitHub Action's 14 GB storage limit on action runners. We should print out stats for the sizes of each image so we can get a feel for the total usage and where it makes sense to trim.
The text was updated successfully, but these errors were encountered: