From 61b3ad0a599ee14548cf4dedeeeac075dbf35550 Mon Sep 17 00:00:00 2001 From: Roman Yurchak Date: Thu, 4 Nov 2021 12:23:41 +0100 Subject: [PATCH] CI Use larger ressource classes for CircleCI (#1929) --- .circleci/config.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8f420460c..785262250 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -107,6 +107,8 @@ jobs: build-packages: <<: *defaults + resource_class: large + steps: - checkout @@ -129,6 +131,8 @@ jobs: ccache -z PYODIDE_PACKAGES='*' make -C packages ccache -s + environment: + PYODIDE_JOBS: 5 - run: name: check-size @@ -157,6 +161,7 @@ jobs: description: The tests to run. type: string <<: *defaults + resource_class: medium+ steps: - attach_workspace: at: . @@ -227,6 +232,7 @@ jobs: benchmark: <<: *defaults + resource_class: medium+ steps: - checkout - attach_workspace: