Skip to content

Commit ae15430

Browse files
authored
move light-peer-chain tests (#1436)
* move light-peer-chain tests * bust ci cache and add version string and system architecture to cache key
1 parent f074ec5 commit ae15430

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.circleci/config.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ common: &common
2323
when: on_fail
2424
- restore_cache:
2525
keys:
26-
- cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
26+
- cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
2727
- run:
2828
name: install dependencies
2929
command: pip install --user tox
@@ -37,15 +37,15 @@ common: &common
3737
- ~/.cache/pip
3838
- ~/.local
3939
- ./eggs
40-
key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
40+
key: cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
4141

4242
geth_steps: &geth_steps
4343
working_directory: ~/repo
4444
steps:
4545
- checkout
4646
- restore_cache:
4747
keys:
48-
- cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
48+
- cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
4949
- run:
5050
name: install dependencies
5151
command: pip install --user tox
@@ -79,7 +79,7 @@ geth_steps: &geth_steps
7979
- ./eggs
8080
- ~/.ethash
8181
- ~/.py-geth
82-
key: cache-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
82+
key: cache-v1-{{ arch }}-{{ .Environment.CIRCLE_JOB }}-{{ checksum "setup.py" }}-{{ checksum "tox.ini" }}
8383

8484
jobs:
8585
py35-lint:

0 commit comments

Comments
 (0)