-
Notifications
You must be signed in to change notification settings - Fork 97
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
Fix OSError: [Errno 28] No space left on device
in IceTray workflow
#608
Conversation
OSError: [Errno 28] No space left on device
in IceTray workflow
@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. |
…sk_space Fix `OSError: [Errno 28] No space left on device` in IceTray workflow
Solves the
OSError: [Errno 28] No space left on device
issue in IceTray build for unit tests by switching the docker image fromcombo:stable
to a newer and light-weight imageicetray-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.