Skip to content

Commit

Permalink
Add xlarge resource class, move python3.6 tests to cimg
Browse files Browse the repository at this point in the history
  • Loading branch information
kclowes committed May 13, 2022
1 parent f3774fc commit 24aaf8c
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -281,23 +282,23 @@ 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

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

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
Expand Down Expand Up @@ -332,15 +333,15 @@ 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

py36-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.6
- image: cimg/python:3.6
environment:
TOXENV: py36-wheel-cli

Expand Down

0 comments on commit 24aaf8c

Please sign in to comment.