-
Notifications
You must be signed in to change notification settings - Fork 305
Change cache version #1471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change cache version #1471
Conversation
✅ Deploy Preview for docs-optimism ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
|
Caution Review failedThe pull request is closed. 📝 WalkthroughWalkthroughThe pull request updates the caching mechanism in the CircleCI configuration for the Sequence Diagram(s)sequenceDiagram
participant CI as CI Pipeline
participant RC as Restore Cache
participant Build as Build Job
participant SC as Save Cache
CI->>RC: Execute restore_cache with key v2-pnpm-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "pnpm-lock.yaml" }}
RC-->>CI: Return cached dependencies
CI->>Build: Run build job
Build-->>CI: Complete build job
CI->>SC: Execute save_cache with key v2-pnpm-cache-{{ .Environment.CACHE_VERSION }}-{{ checksum "pnpm-lock.yaml" }}
SC-->>CI: Cache saved
Suggested reviewers
📜 Recent review detailsConfiguration used: .coderabbit.yaml 📒 Files selected for processing (1)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
Documentation and Community
|
changes the cache version to reset broken cache