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

chore: resolve out of disk space errors #699

Merged
merged 1 commit into from
Aug 21, 2024
Merged

chore: resolve out of disk space errors #699

merged 1 commit into from
Aug 21, 2024

Conversation

enocom
Copy link
Member

@enocom enocom commented Aug 21, 2024

The custom runner persists between runs and as a result never cleans up Go modules. As a result, the Go mod cache grows and grows and grows, which eventually results in out of disk space errors. Rather than keep bumping the disk size, this PR disables the cache such that a test run doesn't leave a big footprint behind.

Fixes #696.

The custom runner persists between runs and as a result never cleans up
Go modules. As a result, the Go mod cache grows and grows and grows,
which eventually results in out of disk space errors. Rather than keep
bumping the disk size, this PR disables the cache such that a test run
doesn't leave a big footprint behind.

Fixes #696.
@enocom enocom requested a review from a team as a code owner August 21, 2024 15:12
@enocom enocom merged commit 9f38e5c into main Aug 21, 2024
15 checks passed
@enocom enocom deleted the no-cache branch August 21, 2024 17:06
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.

Self-hosted runner runs out of disk space
2 participants