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:
Arushi Kesarwani
2023-08-08 12:51:25 -07:00
committed by Facebook GitHub Bot
parent fc85b60db8
commit 93d9248e02
+1 -1
View File
@@ -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