Harden Playwright cache restore behavior - #154
Merged
Merged
Conversation
Remove broad restore-keys from Playwright browser caches so CI only restores exact lockfile-matched cache entries, reducing stale cache flakiness and cache poisoning surface. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
BigSimmo
enabled auto-merge
July 2, 2026 10:30
This was referenced Jul 30, 2026
BigSimmo
added a commit
that referenced
this pull request
Jul 31, 2026
…esson (#1511) Two gaps: work was done and not recorded. - docs/branch-review-ledger.md had no row for claude/root-dir-coverage-gate-v2 (#1458), claude/pre-commit-fail-open (#1494) or claude/ledger-relanding (#1508). AGENTS.md requires one per reviewed branch; appended retrospectively with the merged heads. - #154 records why three separate "did it land" checks returned false answers this session: title greps (reworded concurrently), id greps (ids reallocated in parallel branches), and PR state fields (squash merges, and a MERGED PR whose content had not reached the fetched ref). Resolve the blob and grep for distinctive prose instead. Co-authored-by: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary\n- remove broad Playwright cache restore keys in CI verify job\n- remove broad Playwright cache restore keys in release browser matrix job\n\n## Why\nUsing exact cache keys tied to package-lock.json reduces stale cache restores and lowers cache poisoning risk while keeping deterministic cache hits.