Attempt to make more disk space available on GitHub runners#125
Attempt to make more disk space available on GitHub runners#125ggiguash merged 1 commit intomicroshift-io:mainfrom
Conversation
WalkthroughAdds a new "Free disk space" step to the prebuild composite action that runs jlumbroso/free-disk-space@v1.3.1 with specific cleanup flags; the step is inserted before the "Prepare the build and run environment" step. Changes
Sequence Diagram(s)sequenceDiagram
participant Runner
participant PrebuildAction as Prebuild Composite Action
participant FreeDisk as Free disk space (jlumbroso/free-disk-space@v1.3.1)
participant PrepareEnv as Prepare the build and run environment
participant Build as Build Steps
Runner->>PrebuildAction: invoke
PrebuildAction->>FreeDisk: run cleanup (android,dotnet,haskell,large-packages,docker-images)
FreeDisk-->>PrebuildAction: cleanup complete
PrebuildAction->>PrepareEnv: prepare environment
PrepareEnv-->>PrebuildAction: environment ready
PrebuildAction->>Build: continue with build
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (5 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (9)
🔇 Additional comments (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
9766597 to
40091a5
Compare
Resolves #124
Summary by CodeRabbit