From 24aaf8c69b37ded2131449e29140f54a45717100 Mon Sep 17 00:00:00 2001 From: kclowes Date: Fri, 13 May 2022 12:30:46 -0600 Subject: [PATCH] Add xlarge resource class, move python3.6 tests to cimg --- .circleci/config.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 678dfad1a3..b13b0a7618 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 @@ -258,21 +259,21 @@ jobs: py36-core: <<: *common docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-core py36-ens: <<: *common docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-ens py36-ethpm: <<: *ethpm_steps docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-ethpm # Please don't use this key for any shenanigans @@ -281,7 +282,7 @@ jobs: py36-integration-goethereum-ipc: <<: *geth_steps docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-integration-goethereum-ipc GETH_VERSION: v1.10.17 @@ -289,7 +290,7 @@ jobs: py36-integration-goethereum-http: <<: *geth_steps docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-integration-goethereum-http GETH_VERSION: v1.10.17 @@ -297,7 +298,7 @@ jobs: py36-integration-goethereum-ws: <<: *geth_steps docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-integration-goethereum-ws GETH_VERSION: v1.10.17 @@ -332,7 +333,7 @@ jobs: py36-integration-ethtester-pyevm: <<: *common docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-integration-ethtester ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend @@ -340,7 +341,7 @@ jobs: py36-wheel-cli: <<: *common docker: - - image: circleci/python:3.6 + - image: cimg/python:3.6 environment: TOXENV: py36-wheel-cli