Salvage deploy-subgraph disk space cleanup from #2366 - #2530
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
830dfd9 to
d00297c
Compare
3c82567 to
fa0cd93
Compare
|
@coderabbitai assess this PR size classification for the totality of the PR with the following criterias and report it in your comment: S/M/L PR Classification Guidelines:This guide helps classify merged pull requests by effort and complexity rather than just line count. The goal is to assess the difficulty and scope of changes after they have been completed. Small (S)Characteristics:
Review Effort: Would have taken 5-10 minutes Examples:
Medium (M)Characteristics:
Review Effort: Would have taken 15-30 minutes Examples:
Large (L)Characteristics:
Review Effort: Would have taken 45+ minutes Examples:
Additional Factors to ConsiderWhen deciding between sizes, also consider:
Notes:
|
Summary
3ac5c6c4from PR wip on exact swap #2366 which was lost in the v5 revert (PR Revert entire v5 branch to a044f50f #2517)deploy-subgraphCI job was hitting out-of-disk-space failures on the GitHub-hosted runner; adds a free-disk-space step before the Nix install to prevent thisChanges
.github/workflows/deploy-subgraph.yaml: addjlumbroso/free-disk-space@v1.3.1step beforenixbuild/nix-quick-install-actionTest plan
deploy-subgraphworkflow completes without disk-space errors🤖 Generated with Claude Code