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

fix(CI): free disk space on interop jobs #1206

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AlejandroCabeza
Copy link
Collaborator

Readd the free disk space job, as space issues still happen when building images.

@diegomrsantos
Copy link
Collaborator

It'd be good to identify why this problem is happening even using the cache. It didn't happen before.

Comment on lines +44 to +49
- name: Free Disk Space
# For some reason the original job (libp2p/test-plans) has enough disk space, but this one doesn't.
uses: jlumbroso/[email protected]
with:
tool-cache: true

Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this currently failing?

@@ -17,6 +17,12 @@ jobs:
name: Run transport interoperability tests
runs-on: ubuntu-22.04
steps:
- name: Free Disk Space
# For some reason the original job (libp2p/test-plans) has enough disk space, but this one doesn't.
Copy link
Collaborator

Choose a reason for hiding this comment

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

The disk space isn't related to the action on libp2p/test-plans. This comment is misleading, please remove it.

Copy link
Collaborator

Choose a reason for hiding this comment

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

We can say this is a workaround for a lack of smaller images for GitHub runners actions/runner-images#10414.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: new
Development

Successfully merging this pull request may close these issues.

2 participants