Skip to content

Commit

Permalink
Bump build_npm_package machine to more powerful ones (#44831)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #44831

The build_npm_package jobs remains sometimes in queue because there are not enough executors for it to run.
This makes our signals less reliable.

Plus, it is rebuilding part of Android, so it can benefit from a bigger machine

## Changelog:
[Internal] - Bump build_npm_package machine to more powerful ones

Reviewed By: cortinico

Differential Revision: D58284884

fbshipit-source-id: a29b7db843633ff3cfd9373cf4dbe55b24c939b1
  • Loading branch information
cipolleschi authored and facebook-github-bot committed Jun 7, 2024
1 parent a7d5bba commit f57d624
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ jobs:
name: rntester-apk
path: packages/rn-tester/android/app/build/outputs/apk/
build_npm_package:
runs-on: 4-core-ubuntu-latest
runs-on: 8-core-ubuntu
needs: [set_release_type, prepare_hermes_workspace, build_hermes_macos, build_hermesc_linux, build_hermesc_windows,build_android]
container:
image: reactnativecommunity/react-native-android:latest
Expand Down

0 comments on commit f57d624

Please sign in to comment.