fix(ci): let main warm research compiler cache - #798
Conversation
|
Warning Review limit reached
Next review available in: 29 minutes You've used all free OSS reviews for now. Wait for the free limit to reset to keep reviewing this public repository. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
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 |
Change contract
Let the Research image binaries job write new sccache objects only on
main; keep pull-request runs read-only. This preserves the 45-minute cold-cache headroom while allowing the shared main cache to learn from compiler misses.Issue relationship
None
Out of scope
No collector, uploader, data, credential, ACR, or live-runtime change. Other Rust CI jobs retain their existing cache behavior.
Dependencies and merge order
Depends on #797, already merged as
e60c44ab850795b72298432046eba37e7b115571.Focused validation
.github/scripts/test-select-rust-ci-scope.shpassed.git diff --checkand shell syntax checks passed.actionlintis not installed locally; GitHub workflow lint remains the authoritative check.Rollout and rollback
After merge, verify an exact main run records
READ_WRITEbehavior and persists misses without timeout; verify the next main build restores and uses the warmed cache. Revert this PR if main cache persistence again causes a timeout.Scope exception
None