Skip to content

Commit 9e4a432

Browse files
dulmandakhfacebook-github-bot
authored andcommitted
limit ndk jobs for RNTester on CI (#19755)
Summary: Limit number of NDK jobs of ReactAndroid on CI using $BUILD_THREADS environment variable. Otherwise, it was spawning 32 jobs while building RNTester, which caused in OOM or unexpected failure. CI: https://circleci.com/gh/dulmandakh/react-native/387 Android CI is green again 😍 Closes #19755 Differential Revision: D8466069 Pulled By: hramos fbshipit-source-id: fd507d12c8e93f718e047719daa68aa25c37bfb2
1 parent 045688b commit 9e4a432

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ jobs:
569569
- run:
570570
name: Build Android RNTester
571571
command: |
572-
./gradlew RNTester:android:app:assembleRelease
572+
./gradlew RNTester:android:app:assembleRelease -Pjobs=$BUILD_THREADS
573573
574574
# Collect Results
575575
- run: *collect-android-test-results

0 commit comments

Comments
 (0)