Skip to content

Commit a2e67c7

Browse files
committed
Removed all commented out parity references in CI
Signed-off-by: Harmouch101 <[email protected]>
1 parent f97f35e commit a2e67c7

File tree

1 file changed

+0
-162
lines changed

1 file changed

+0
-162
lines changed

.circleci/config.yml

Lines changed: 0 additions & 162 deletions
Original file line numberDiff line numberDiff line change
@@ -57,44 +57,6 @@ docs_steps: &docs_steps
5757
- ~/.py-geth
5858
key: cache-docs-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
5959

60-
# parity_steps: &parity_steps
61-
# working_directory: ~/repo
62-
# steps:
63-
# - checkout
64-
# - restore_cache:
65-
# keys:
66-
# - cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
67-
# - run:
68-
# name: install dependencies
69-
# command: pip install --user tox
70-
# - run:
71-
# name: install parity if needed
72-
# command: |
73-
# pip install --user requests eth_utils tqdm eth-hash[pycryptodome]
74-
# echo "Job specifies Parity version $PARITY_VERSION"
75-
# python tests/integration/parity/install_parity.py $PARITY_VERSION
76-
# - run:
77-
# name: update parity deps from testing repo if needed
78-
# command: |
79-
# [ "`cat /etc/*release | grep jessie`" != "" ] && echo "On Jessie - installing missing deps..." || echo "Not on Jessie - doing nothing."
80-
# [ "`cat /etc/*release | grep jessie`" != "" ] || exit 0
81-
# echo "deb http://ftp.debian.org/debian testing main" > testing.list && sudo mv testing.list /etc/apt/sources.list.d/
82-
# sudo apt update
83-
# sudo apt-get -t testing install libstdc++6
84-
# - run:
85-
# name: run tox
86-
# command: ~/.local/bin/tox -r
87-
# - save_cache:
88-
# paths:
89-
# - .tox
90-
# - ~/.cache/pip
91-
# - ~/.local
92-
# - ./eggs
93-
# - ~/.ethash
94-
# - ~/.py-geth
95-
# - ~/.parity-bin
96-
# key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
97-
9860
geth_steps: &geth_steps
9961
working_directory: ~/repo
10062
steps:
@@ -305,33 +267,6 @@ jobs:
305267
TOXENV: py36-integration-goethereum-ws
306268
GETH_VERSION: v1.10.8
307269

308-
# py36-integration-parity-ipc:
309-
# <<: *parity_steps
310-
# docker:
311-
# - image: circleci/python:3.6-stretch
312-
# environment:
313-
# TOXENV: py36-integration-parity-ipc
314-
# PARITY_VERSION: v2.3.5
315-
# PARITY_OS: linux
316-
317-
# py36-integration-parity-http:
318-
# <<: *parity_steps
319-
# docker:
320-
# - image: circleci/python:3.6-stretch
321-
# environment:
322-
# TOXENV: py36-integration-parity-http
323-
# PARITY_VERSION: v2.3.5
324-
# PARITY_OS: linux
325-
326-
# py36-integration-parity-ws:
327-
# <<: *parity_steps
328-
# docker:
329-
# - image: circleci/python:3.6-stretch
330-
# environment:
331-
# TOXENV: py36-integration-parity-ws
332-
# PARITY_VERSION: v2.3.5
333-
# PARITY_OS: linux
334-
335270
py36-integration-ethtester-pyevm:
336271
<<: *common
337272
docker:
@@ -397,33 +332,6 @@ jobs:
397332
TOXENV: py37-integration-goethereum-ws
398333
GETH_VERSION: v1.10.8
399334

400-
# py37-integration-parity-ipc:
401-
# <<: *parity_steps
402-
# docker:
403-
# - image: circleci/python:3.7-stretch
404-
# environment:
405-
# TOXENV: py37-integration-parity-ipc
406-
# PARITY_VERSION: v2.3.5
407-
# PARITY_OS: linux
408-
409-
# py37-integration-parity-http:
410-
# <<: *parity_steps
411-
# docker:
412-
# - image: circleci/python:3.7-stretch
413-
# environment:
414-
# TOXENV: py37-integration-parity-http
415-
# PARITY_VERSION: v2.3.5
416-
# PARITY_OS: linux
417-
418-
# py37-integration-parity-ws:
419-
# <<: *parity_steps
420-
# docker:
421-
# - image: circleci/python:3.7-stretch
422-
# environment:
423-
# TOXENV: py37-integration-parity-ws
424-
# PARITY_VERSION: v2.3.5
425-
# PARITY_OS: linux
426-
427335
py37-integration-ethtester-pyevm:
428336
<<: *common
429337
docker:
@@ -494,33 +402,6 @@ jobs:
494402
TOXENV: py38-integration-goethereum-ws
495403
GETH_VERSION: v1.10.8
496404

497-
# py38-integration-parity-ipc:
498-
# <<: *parity_steps
499-
# docker:
500-
# - image: circleci/python:3.8
501-
# environment:
502-
# TOXENV: py38-integration-parity-ipc
503-
# PARITY_VERSION: v2.3.5
504-
# PARITY_OS: linux
505-
506-
# py38-integration-parity-http:
507-
# <<: *parity_steps
508-
# docker:
509-
# - image: circleci/python:3.8
510-
# environment:
511-
# TOXENV: py38-integration-parity-http
512-
# PARITY_VERSION: v2.3.5
513-
# PARITY_OS: linux
514-
515-
# py38-integration-parity-ws:
516-
# <<: *parity_steps
517-
# docker:
518-
# - image: circleci/python:3.8
519-
# environment:
520-
# TOXENV: py38-integration-parity-ws
521-
# PARITY_VERSION: v2.3.5
522-
# PARITY_OS: linux
523-
524405
py38-integration-ethtester-pyevm:
525406
<<: *common
526407
docker:
@@ -586,33 +467,6 @@ jobs:
586467
TOXENV: py39-integration-goethereum-ws
587468
GETH_VERSION: v1.10.8
588469

589-
# py39-integration-parity-ipc:
590-
# <<: *parity_steps
591-
# docker:
592-
# - image: circleci/python:3.9
593-
# environment:
594-
# TOXENV: py39-integration-parity-ipc
595-
# PARITY_VERSION: v2.3.5
596-
# PARITY_OS: linux
597-
598-
# py39-integration-parity-http:
599-
# <<: *parity_steps
600-
# docker:
601-
# - image: circleci/python:3.9
602-
# environment:
603-
# TOXENV: py39-integration-parity-http
604-
# PARITY_VERSION: v2.3.5
605-
# PARITY_OS: linux
606-
607-
# py39-integration-parity-ws:
608-
# <<: *parity_steps
609-
# docker:
610-
# - image: circleci/python:3.9
611-
# environment:
612-
# TOXENV: py39-integration-parity-ws
613-
# PARITY_VERSION: v2.3.5
614-
# PARITY_OS: linux
615-
616470
py39-integration-ethtester-pyevm:
617471
<<: *common
618472
docker:
@@ -718,19 +572,13 @@ workflows:
718572
- py36-integration-goethereum-ipc
719573
- py36-integration-goethereum-http
720574
- py36-integration-goethereum-ws
721-
# - py36-integration-parity-ipc
722-
# - py36-integration-parity-http
723-
# - py36-integration-parity-ws
724575
- py36-integration-ethtester-pyevm
725576
- py36-wheel-cli
726577
- py37-ens
727578
- py37-ethpm
728579
- py37-integration-goethereum-ipc
729580
- py37-integration-goethereum-http
730581
- py37-integration-goethereum-ws
731-
# - py37-integration-parity-ipc
732-
# - py37-integration-parity-http
733-
# - py37-integration-parity-ws
734582
- py37-integration-ethtester-pyevm
735583
- py37-wheel-cli
736584
- py37-wheel-cli-windows
@@ -739,19 +587,13 @@ workflows:
739587
- py38-integration-goethereum-ipc
740588
- py38-integration-goethereum-http
741589
- py38-integration-goethereum-ws
742-
# - py38-integration-parity-ipc
743-
# - py38-integration-parity-http
744-
# - py38-integration-parity-ws
745590
- py38-integration-ethtester-pyevm
746591
- py38-wheel-cli
747592
- py39-ens
748593
- py39-ethpm
749594
- py39-integration-goethereum-ipc
750595
- py39-integration-goethereum-http
751596
- py39-integration-goethereum-ws
752-
# - py39-integration-parity-ipc
753-
# - py39-integration-parity-http
754-
# - py39-integration-parity-ws
755597
- py39-integration-ethtester-pyevm
756598
- py39-wheel-cli
757599
- py310-integration-ethtester-pyevm
@@ -761,9 +603,5 @@ workflows:
761603
- py310-integration-goethereum-ipc
762604
- py310-integration-goethereum-http
763605
- py310-integration-goethereum-ws
764-
# - py310-integration-parity-ipc
765-
# - py310-integration-parity-http
766-
# - py310-integration-parity-ws
767606
- py310-integration-ethtester-pyevm
768607
- py310-wheel-cli
769-

0 commit comments

Comments
 (0)