Skip to content

Commit

Permalink
Downscale test_js_prev_lts to large (#38855)
Browse files Browse the repository at this point in the history
Summary:
Pull Request resolved: #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
  • Loading branch information
arushikesarwani94 authored and facebook-github-bot committed Aug 8, 2023
1 parent fc85b60 commit 93d9248
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93d9248

Please sign in to comment.