Skip to content

Commit

Permalink
removed deprecated images (ethereum#2462)
Browse files Browse the repository at this point in the history
* removed deprecated images

* newsfragment
  • Loading branch information
dbfreem authored and kclowes committed May 13, 2022
1 parent fe5b271 commit 8873c3e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 34 deletions.
65 changes: 31 additions & 34 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ common: &common
command: pip install --user tox
- run:
name: run tox
command: ~/.local/bin/tox -r
command: python -m tox -r
- save_cache:
paths:
- .tox
Expand Down Expand Up @@ -46,7 +46,7 @@ docs_steps: &docs_steps
command: pip install -U web3
- run:
name: run tox
command: ~/.local/bin/tox -r
command: python -m tox -r
- save_cache:
paths:
- .tox
Expand Down Expand Up @@ -128,7 +128,7 @@ geth_steps: &geth_steps
geth makedag 0 $HOME/.ethash
- run:
name: run tox
command: ~/.local/bin/tox -r
command: python -m tox -r
- save_cache:
paths:
- .tox
Expand Down Expand Up @@ -168,7 +168,7 @@ geth_custom_steps: &geth_custom_steps
./custom_geth makedag 0 $HOME/.ethash
- run:
name: run tox
command: ~/.local/bin/tox -r
command: python -m tox -r
- save_cache:
paths:
- .tox
Expand Down Expand Up @@ -204,7 +204,7 @@ ethpm_steps: &ethpm_steps
command: pip install --user tox
- run:
name: run tox
command: ~/.local/bin/tox -r
command: python -m tox -r
- save_cache:
paths:
- .tox
Expand Down Expand Up @@ -241,20 +241,17 @@ windows_steps: &windows_steps


jobs:
#
# Python 3.6
#
lint:
<<: *common
docker:
- image: circleci/python:3.6
- image: cimg/python:3.9
environment:
TOXENV: lint

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

Expand Down Expand Up @@ -353,21 +350,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 @@ -376,23 +373,23 @@ 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.17

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

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.17
Expand Down Expand Up @@ -427,15 +424,15 @@ jobs:
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 @@ -450,21 +447,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 @@ -473,23 +470,23 @@ 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.17

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

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.17
Expand Down Expand Up @@ -524,15 +521,15 @@ jobs:
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 @@ -542,21 +539,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 @@ -565,23 +562,23 @@ 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.17

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

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.17
Expand Down Expand Up @@ -616,15 +613,15 @@ jobs:
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 Down
1 change: 1 addition & 0 deletions newsfragments/2462.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
The circleci/ images have been deprecated for a while moving to cimg/ images.

0 comments on commit 8873c3e

Please sign in to comment.