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

Getting close to the 14 GB Actions limit #229

Closed
MarcoPolo opened this issue Jul 12, 2023 · 3 comments
Closed

Getting close to the 14 GB Actions limit #229

MarcoPolo opened this issue Jul 12, 2023 · 3 comments

Comments

@MarcoPolo
Copy link
Contributor

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.

@achingbrain
Copy link
Member

achingbrain commented Jul 24, 2023

I see intermittent ENOSPC: no space left on device errors in when running multidim interop tests in CI 😢

Eg: https://github.com/libp2p/js-libp2p/actions/runs/5643526691/job/15285746637

@MarcoPolo
Copy link
Contributor Author

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
@galargh
Copy link
Contributor

galargh commented Nov 14, 2023

We did get JS on self-hosted in libp2p/js-libp2p#1891.

@galargh galargh closed this as completed Nov 14, 2023
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

No branches or pull requests

3 participants