Document FANTOM_FORCE_CI_MODE for full local runs (#56531)#56531
Closed
rubennorte wants to merge 1 commit into
Closed
Document FANTOM_FORCE_CI_MODE for full local runs (#56531)#56531rubennorte wants to merge 1 commit into
rubennorte wants to merge 1 commit into
Conversation
|
@rubennorte has exported this pull request. If you are a Meta employee, you can view the originating Diff in D101795648. |
9721f7a to
9b63b90
Compare
rubennorte
added a commit
to rubennorte/react-native
that referenced
this pull request
Apr 21, 2026
Summary: Add a section to the Fantom `__docs__/README.md` that recommends running the full suite locally with `FANTOM_FORCE_CI_MODE=1`. In CI mode, `globalSetup` pre-builds the entire `(hermesVariant × enableOptimized)` binary matrix once up-front and per-test buck2 invocations are skipped, which eliminates buck2 daemon contention from the worker pool — a common source of sporadic build failures when many workers race to build different binary variants at the same time. CI environments (`SANDCASTLE`, `GITHUB_ACTIONS`) already auto-detect this mode; this just documents it for local use. Changelog: [Internal] Reviewed By: andrewdacenko Differential Revision: D101795648
9b63b90 to
bd76619
Compare
Summary: Pull Request resolved: react#56531 Add a section to the Fantom `__docs__/README.md` that recommends running the full suite locally with `FANTOM_FORCE_CI_MODE=1`. In CI mode, `globalSetup` pre-builds the entire `(hermesVariant × enableOptimized)` binary matrix once up-front and per-test buck2 invocations are skipped, which eliminates buck2 daemon contention from the worker pool — a common source of sporadic build failures when many workers race to build different binary variants at the same time. CI environments (`SANDCASTLE`, `GITHUB_ACTIONS`) already auto-detect this mode; this just documents it for local use. Changelog: [Internal] Reviewed By: andrewdacenko Differential Revision: D101795648
bd76619 to
70502d2
Compare
Collaborator
|
This pull request was successfully merged by @rubennorte in 5f69a91 When will my fix make it into a release? | How to file a pick request? |
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:
Add a section to the Fantom
__docs__/README.mdthat recommends running the full suite locally withFANTOM_FORCE_CI_MODE=1. In CI mode,globalSetuppre-builds the entire(hermesVariant × enableOptimized)binary matrix once up-front and per-test buck2 invocations are skipped, which eliminates buck2 daemon contention from the worker pool — a common source of sporadic build failures when many workers race to build different binary variants at the same time.CI environments (
SANDCASTLE,GITHUB_ACTIONS) already auto-detect this mode; this just documents it for local use.Changelog: [Internal]
Reviewed By: andrewdacenko
Differential Revision: D101795648