ci: shard nightly browser projects - #9
Draft
0xkkonrad wants to merge 2 commits into
Draft
Conversation
|
Important Draft PR not reviewedDraft PRs are not automatically reviewed by default.
To automatically review draft PRs, update your CodeRabbit configuration: reviews:
auto_review:
drafts: trueNote 🎁 Summarized by CodeRabbit FreeYour organization has reached its limit of developer seats. For new users, CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please add seats to your subscription by visiting https://app.coderabbit.ai/settings/billing. If you believe this is a mistake and have available seats, please assign one to the pull request author through the team management page at https://app.coderabbit.ai/settings/team-management. Comment |
0xkkonrad
force-pushed
the
ci/nightly-browser-sharding
branch
from
August 11, 2026 12:32
475a800 to
ca07f44
Compare
0xkkonrad
force-pushed
the
ci/nightly-browser-sharding
branch
from
September 1, 2026 09:50
ca07f44 to
9b1ad14
Compare
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.
Why
The ordinary browser nightly currently runs both Playwright projects through one Next dev server with six workers. On run 31454365199 that meant 302 tests, 71 failures, 27 flaky tests, and 43.3 minutes. Run 31144205766 showed the same collapse on an older mainline SHA: 81 failures, 20 flaky tests, and 43.0 minutes. Mobile and desktop contributed roughly equal failure blocks, dominated by 30-second timeouts and closed-browser errors.
What
No product code or browser assertion changes are included.
Local proof
Hosted proof required before ready
Force Nightly deep verification on this branch and compare all six ordinary shard durations, retry counts, and conclusions with runs 31454365199 and 31144205766. The PR stays draft until the hosted-runner result establishes whether three workers per isolated server is stable.