mirror of
https://github.com/facebook/react-native.git
synced 2024-11-22 06:29:46 +00:00
Circle CI: Use xlarge in Android jobs
Summary: Use Circle CI's "xlarge" resource class in all Android jobs. This resource provides additional resources and should reduce execution time in our Android jobs. Changelog: [Internal] Reviewed By: cortinico Differential Revision: D35294718 fbshipit-source-id: 53a0df2926011b5ac75b2671733a1b1f881150fd
This commit is contained in:
parent
8452aea466
commit
fdab98be87
@ -65,7 +65,7 @@ executors:
|
||||
<<: *defaults
|
||||
docker:
|
||||
- image: reactnativecommunity/react-native-android:5.4
|
||||
resource_class: "large"
|
||||
resource_class: "xlarge"
|
||||
environment:
|
||||
- TERM: "dumb"
|
||||
- ADB_INSTALL_TIMEOUT: 10
|
||||
|
Loading…
Reference in New Issue
Block a user