Add per-runner cache isolation to prevent disk exhaustion#16
Merged
Conversation
- Add EditPoolForm component with form for editing pool name, labels, and scaling parameters (min/max/warm runners, idle timeout) - Add edit button (pencil icon) to PoolCard - Display read-only info (credential, isolation type, platform) in edit form - Add client-side validation for scaling parameters - Add comprehensive tests for edit functionality The backend PATCH endpoint already supports updating these fields, this change adds the UI to access that functionality.
Each runner now gets isolated cache directories for Gradle, npm, CocoaPods, Android, and Xcode DerivedData. An xcodebuild wrapper script is installed in each runner's PATH to automatically add -derivedDataPath, routing builds to the per-runner cache. All caches are cleaned up when the runner exits. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
The reconciler now cleans up global build caches (Xcode DerivedData, npm, Gradle, CocoaPods, Android) every 5 minutes when no runners are active. This handles legacy caches from before per-runner isolation and ensures any missed cleanups are caught. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
-derivedDataPath, routing builds to the per-runner cacheTest plan
~/.action-packer/runners/<id>/_caches/🤖 Generated with Claude Code