mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Downscale test_js_prev_lts to large (#38855)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38855 For the `test_js_prev_lts` job we don't need xlarge resources. The current average usage for `test_js_prev_lts` is around 25%. We can also downscale to medium in few days if this scales well. **Insights Dashboard:** `test_js_prev_lts` {F1065747013} Changelog: [Internal] [Changed] - Downscale test_js_prev_lts job to Large Reviewed By: cortinico, cipolleschi Differential Revision: D48125886 fbshipit-source-id: 521fac38a1d699e576bc1ce5a3a29a47bc284e76
This commit is contained in:
committed by
Facebook GitHub Bot
parent
fc85b60db8
commit
93d9248e02
@@ -142,7 +142,7 @@ executors:
|
||||
<<: *defaults
|
||||
docker:
|
||||
- image: *nodeprevlts_image
|
||||
resource_class: "xlarge"
|
||||
resource_class: "large"
|
||||
# Executor with Node & Java used to inspect and lint
|
||||
node-browsers-small:
|
||||
<<: *defaults
|
||||
|
||||
Reference in New Issue
Block a user