fix(ci): pin Lighthouse Chromium and stop advisory Chrome-drift fails - #1703
fix(ci): pin Lighthouse Chromium and stop advisory Chrome-drift fails#1703BigSimmo wants to merge 5 commits into
Conversation
Ubuntu runner Chrome majors disagreed across jobs (PR #1697: 151 baseline vs 150 measurement), so the advisory budget failed closed with no app regression. Pin Playwright Chromium, warn on browser mismatch while enforce is false, and let --update restamp through Chrome drift. Co-authored-by: Cursor <cursoragent@cursor.com>
|
You have reached your Codex usage limits for code reviews. You can see your limits in the Codex usage dashboard. |
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 31 minutes Your organization has reached its usage spending cap. Adjust your spending cap in the billing tab. 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: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (26)
Comment |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Co-authored-by: Cursor <cursoragent@cursor.com>
|
Superseded by #1716, which merged the same fix (pin Playwright's managed Chromium for the Closing this to avoid duplicate/conflicting work on the same job. Thanks for the diagnosis work here — the root-cause analysis (Chrome 150/151 drift across the runner fleet) matches what landed. Generated by Claude Code |
Pull request was closed
Summary
Lighthouse budget (advisory)exited 1 with Evidence incomplete because the committed baseline was measured on HeadlessChrome/151 while that job measured on HeadlessChrome/150. Metrics were fine; requiredPR requiredwas already green and the PR had merged.setup-ui-e2e+CHROME_PATH) so the browser only moves with the lockfile, not the ubuntu image Chrome rollout.enforceis still false, treat baseline browser mismatch as a warning (exit 0) instead of a hard fail; once enforce flips, mismatch still fails closed until--update.--updatecatch-22: baseline-comparability checks (Chrome drift / missing rows) no longer block a refresh that exists to rewrite them.Verification
::warning::check:lighthouse-budget — baseline browser mismatch — refresh with --update--update --dir <artifact>succeeds (exit 0) against that Chrome-drift evidence, then restoredlighthouse-budget.json(did not commit system-Chrome 150 numbers; CI will restamp on pinned Playwright Chromium)PASSnpm run test/verify:pr-local— sharednode_modulesjunction was mid-mutation and the repo heavy-run lock was held by another worktree; CI will run the lighthouse unit suite and workflow contracts on this headRisk and rollout
enforceis true, mismatch still fails.Notes
#118: after this merges, download a green lighthouse artifact measured with the pinned Chromium and runnpm run check:lighthouse-budget -- --updatebefore flippingenforce.