From 35dc2b7b78f9add01acfd88710f5441715a30a9c Mon Sep 17 00:00:00 2001 From: Derek Schuff Date: Mon, 13 Jul 2026 06:40:30 -0700 Subject: [PATCH] Try gen2 resource classes for Circle executors --- .circleci/config.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 04d3e1fc24b31..2be7cdc361564 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,9 +8,11 @@ executors: linux-node: docker: - image: cimg/node:24.13.1 + resource_class: medium.gen2 ubuntu-lts: docker: - image: emscripten/emscripten-ci:jammy.v2 + resource_class: medium.gen2 environment: LANG: "C.UTF-8" EMCC_CORES: "4" @@ -494,7 +496,7 @@ jobs: # in about 1/2 the time, so it is not cost-effective (overall it is 2x the # cost for the same work), but given this blocks almost all the other jobs # we want it to finish asap - resource_class: xlarge + resource_class: xlarge.gen2 environment: EMCC_CORES: 16 EMCC_USE_NINJA: 1