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 OSError: [Errno 28] No space left on device in IceTray workflow #608

Merged
merged 19 commits into from
Oct 4, 2023

Conversation

RasmusOrsoe
Copy link
Collaborator

@RasmusOrsoe RasmusOrsoe commented Sep 29, 2023

Solves the OSError: [Errno 28] No space left on device issue in IceTray build for unit tests by switching the docker image from combo:stable to a newer and light-weight image icetray-prod-v1.8.1-ubuntu20.04-X64.

Downside is that this image does not come with git installed. So I had to comment out lines in .github/workflows/build.yml that solves some permission issues required for the code coverage report to be published. Opened an issue with this in #609 .

I think we should pass this fix so PRs are now longer held up, and solve #609 soon.

@RasmusOrsoe RasmusOrsoe changed the title introduce prints of free disk space Fix OSError: [Errno 28] No space left on device in IceTray workflow Sep 29, 2023
@RasmusOrsoe
Copy link
Collaborator Author

@Aske-Rosted or @AMHermansen could take a look at this? The disk space error is holding up quite a few PRs now, so getting this through would be very nice.

@Aske-Rosted
Copy link
Collaborator

@Aske-Rosted or @AMHermansen could take a look at this? The disk space error is holding up quite a few PRs now, so getting this through would be very nice.

Seems good to me, I like the extra verbosity. Is there no way for us to simply increase the amount of available space?

@RasmusOrsoe
Copy link
Collaborator Author

@Aske-Rosted or @AMHermansen could take a look at this? The disk space error is holding up quite a few PRs now, so getting this through would be very nice.

Seems good to me, I like the extra verbosity. Is there no way for us to simply increase the amount of available space?

I'm much in favor of such a solution, but as of now that is not possible. We would need to find a research grant to pay for the github costs, or invest time in having the github actions run on a dedicated machine hosted at either NBI or TUM.

@RasmusOrsoe RasmusOrsoe merged commit 211e0c1 into graphnet-team:main Oct 4, 2023
@RasmusOrsoe RasmusOrsoe mentioned this pull request Oct 4, 2023
RasmusOrsoe added a commit to RasmusOrsoe/graphnet that referenced this pull request Oct 25, 2023
…sk_space

Fix `OSError: [Errno 28] No space left on device` in IceTray workflow
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