From 93d9248e02a4138820e2ef82b3c3ac479389f227 Mon Sep 17 00:00:00 2001 From: Arushi Kesarwani Date: Tue, 8 Aug 2023 12:51:25 -0700 Subject: [PATCH] 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 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fd5e866c81f12c..40877e9b12c9a5 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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