From 2d87fa195847d12a7d68204fbd02a08d36fb1550 Mon Sep 17 00:00:00 2001 From: kclowes Date: Fri, 13 May 2022 14:16:31 -0600 Subject: [PATCH 1/2] Bump resource class --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index e40dc61760..6a32f739de 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -27,6 +27,7 @@ common: &common - ~/.ethash - ~/.py-geth key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} + resource_class: xlarge docs_steps: &docs_steps working_directory: ~/repo @@ -56,9 +57,11 @@ docs_steps: &docs_steps - ~/.ethash - ~/.py-geth key: cache-docs-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }} + resource_class: xlarge geth_steps: &geth_steps working_directory: ~/repo + resource_class: xlarge steps: - checkout - restore_cache: @@ -142,6 +145,7 @@ geth_custom_steps: &geth_custom_steps ethpm_steps: ðpm_steps working_directory: ~/repo + resource_class: xlarge steps: - checkout - restore_cache: From eaae0f82ff86854dc6080e736e200938cc7ffcaa Mon Sep 17 00:00:00 2001 From: kclowes Date: Fri, 13 May 2022 14:28:58 -0600 Subject: [PATCH 2/2] Add newsfragment --- newsfragments/2471.misc.rst | 1 + 1 file changed, 1 insertion(+) create mode 100644 newsfragments/2471.misc.rst diff --git a/newsfragments/2471.misc.rst b/newsfragments/2471.misc.rst new file mode 100644 index 0000000000..02439791cb --- /dev/null +++ b/newsfragments/2471.misc.rst @@ -0,0 +1 @@ +Increase resource class for circleci runs