Skip to content

Commit

Permalink
testing out using cimg circleci images
Browse files Browse the repository at this point in the history
  • Loading branch information
fselmo committed Oct 13, 2021
1 parent f2b8464 commit a3d3825
Showing 1 changed file with 43 additions and 43 deletions.
86 changes: 43 additions & 43 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -209,35 +209,35 @@ jobs:
lint:
<<: *common
docker:
- image: circleci/python:3.6
- image: cimg/python:3.6
environment:
TOXENV: lint

docs:
<<: *docs_steps
docker:
- image: circleci/python:3.6
- image: cimg/python:3.6
environment:
TOXENV: docs

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 @@ -246,39 +246,39 @@ 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.8

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.8

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.8

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 All @@ -288,21 +288,21 @@ jobs:
py37-core:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-core

py37-ens:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-ens

py37-ethpm:
<<: *ethpm_steps
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-ethpm
# Please don't use this key for any shenanigans
Expand All @@ -311,39 +311,39 @@ jobs:
py37-integration-goethereum-ipc:
<<: *geth_steps
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-integration-goethereum-ipc
GETH_VERSION: v1.10.8

py37-integration-goethereum-http:
<<: *geth_steps
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-integration-goethereum-http
GETH_VERSION: v1.10.8

py37-integration-goethereum-ws:
<<: *geth_steps
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-integration-goethereum-ws
GETH_VERSION: v1.10.8

py37-integration-ethtester-pyevm:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-integration-ethtester
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py37-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.7
- image: cimg/python:3.7
environment:
TOXENV: py37-wheel-cli

Expand All @@ -358,21 +358,21 @@ jobs:
py38-core:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-core

py38-ens:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-ens

py38-ethpm:
<<: *ethpm_steps
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-ethpm
# Please don't use this key for any shenanigans
Expand All @@ -381,39 +381,39 @@ jobs:
py38-integration-goethereum-ipc:
<<: *geth_steps
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-integration-goethereum-ipc
GETH_VERSION: v1.10.8

py38-integration-goethereum-http:
<<: *geth_steps
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-integration-goethereum-http
GETH_VERSION: v1.10.8

py38-integration-goethereum-ws:
<<: *geth_steps
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-integration-goethereum-ws
GETH_VERSION: v1.10.8

py38-integration-ethtester-pyevm:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-integration-ethtester
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py38-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.8
- image: cimg/python:3.8
environment:
TOXENV: py38-wheel-cli

Expand All @@ -423,21 +423,21 @@ jobs:
py39-core:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-core

py39-ens:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-ens

py39-ethpm:
<<: *ethpm_steps
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-ethpm
# Please don't use this key for any shenanigans
Expand All @@ -446,39 +446,39 @@ jobs:
py39-integration-goethereum-ipc:
<<: *geth_steps
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-integration-goethereum-ipc
GETH_VERSION: v1.10.8

py39-integration-goethereum-http:
<<: *geth_steps
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-integration-goethereum-http
GETH_VERSION: v1.10.8

py39-integration-goethereum-ws:
<<: *geth_steps
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-integration-goethereum-ws
GETH_VERSION: v1.10.8

py39-integration-ethtester-pyevm:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-integration-ethtester
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py39-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.9
- image: cimg/python:3.9
environment:
TOXENV: py39-wheel-cli
#
Expand All @@ -487,21 +487,21 @@ jobs:
py310-core:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-core

py310-ens:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-ens

py310-ethpm:
<<: *ethpm_steps
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-ethpm
# Please don't use this key for any shenanigans
Expand All @@ -510,46 +510,46 @@ jobs:
py310-integration-goethereum-ipc:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-integration-goethereum-ipc
GETH_VERSION: v1.10.8

py310-integration-goethereum-http:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-integration-goethereum-http
GETH_VERSION: v1.10.8

py310-integration-goethereum-ws:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-integration-goethereum-ws
GETH_VERSION: v1.10.8

py310-integration-ethtester-pyevm:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-integration-ethtester
ETHEREUM_TESTER_CHAIN_BACKEND: eth_tester.backends.PyEVMBackend

py310-wheel-cli:
<<: *common
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: py310-wheel-cli

benchmark:
<<: *geth_steps
docker:
- image: circleci/python:3.10.0rc2
- image: cimg/python:3.10.0
environment:
TOXENV: benchmark
GETH_VERSION: v1.10.8
Expand Down

0 comments on commit a3d3825

Please sign in to comment.