Skip to content

Clear GHCup caches in CI to not run out of space in CI #4382

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

Merged
merged 1 commit into from
Aug 20, 2024

Conversation

fendor
Copy link
Collaborator

@fendor fendor commented Aug 18, 2024

In some actions, we are seeing runners running out of disk space, for example https://github.com/haskell/haskell-language-server/actions/runs/10438536948/job/28905967511

Let's try to get to the bottom of this.

Fixes #4386

@fendor fendor requested a review from michaelpj as a code owner August 18, 2024 11:52
@fendor fendor force-pushed the fix/image-running-out-of-space branch 7 times, most recently from 39c51dc to 2f77412 Compare August 20, 2024 12:12
@fendor fendor changed the title Debug: why are the runners running out of disk space? Clear GHCup caches in CI to not run out of space in CI Aug 20, 2024
@fendor fendor force-pushed the fix/image-running-out-of-space branch from 2f77412 to 5f78308 Compare August 20, 2024 12:14
@fendor fendor requested a review from wz1000 August 20, 2024 12:18
@fendor fendor enabled auto-merge (squash) August 20, 2024 12:23
@fendor fendor disabled auto-merge August 20, 2024 12:23
Helps us to avoid running out of disk space during a CI job.
@fendor fendor force-pushed the fix/image-running-out-of-space branch from 5f78308 to d543ae4 Compare August 20, 2024 12:25
@fendor fendor enabled auto-merge (squash) August 20, 2024 12:37
@fendor
Copy link
Collaborator Author

fendor commented Aug 20, 2024

It is unclear why our CI is running out of space only now.
I can think of two possibilities:

  • Recent haskell/setup action is installing more stuff and not cleaning up afterwards
  • The GH CI images had their available space reduced..

@fendor fendor disabled auto-merge August 20, 2024 14:08
@fendor fendor merged commit de36c8e into haskell:master Aug 20, 2024
35 checks passed
soulomoon pushed a commit to soulomoon/haskell-language-server that referenced this pull request Sep 23, 2024
Helps us to avoid running out of disk space during a CI job.
soulomoon pushed a commit to soulomoon/haskell-language-server that referenced this pull request Oct 24, 2024
Helps us to avoid running out of disk space during a CI job.
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.

GitHub CI is running out of space
1 participant