fix(#12259): mark persistent turbo tasks uncached - #12917
Conversation
There was a problem hiding this comment.
Your trial has ended. Reactivate Greptile to resume code reviews.
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL 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 |
|
Local validation pass from an isolated checkout at Commands run: node -e "const fs=require('fs'); const t=JSON.parse(fs.readFileSync('turbo.json','utf8')).tasks; if (t.dev.cache !== false || t.start.cache !== false) process.exit(1);"
node -e "JSON.parse(require('fs').readFileSync('turbo.json','utf8'));"
git diff --check github-develop..HEAD
git diff --stat github-develop...HEADResult: all passed. The merge-base diff is limited to |
Summary
cache: falseon the generic persistent Turbodevtaskcache: falseon the generic persistent Turbostarttasktesttask, un-cachedev/start, strip lint's build deps, kill double-run side runners, guard the bun.lock version #12259 pipeline rewrite untouched for separate PRsEvidence
.github/issue-evidence/12259-turbo-persistent-cache.mdVerification
Screenshots/recordings: N/A, Turbo config only; no UI changed.