Skip to content

Commit

Permalink
Merge pull request #250 from effigies/ci/caching
Browse files Browse the repository at this point in the history
CI: Use separate fallback cache for maint/0.7.x
  • Loading branch information
effigies authored Jun 2, 2021
2 parents 2495cf5 + 4dbdeb7 commit 80f0c80
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ jobs:
keys:
- build-v2-{{ .Branch }}-{{ epoch }}
- build-v2-{{ .Branch }}-
- build-v2-master-
- build-v2-
- build-v2-maint/0.7.x-
paths:
- /tmp/docker
- /tmp/images
Expand Down Expand Up @@ -243,8 +242,7 @@ jobs:
keys:
- build-v2-{{ .Branch }}-{{ epoch }}
- build-v2-{{ .Branch }}-
- build-v2-master-
- build-v2-
- build-v2-maint/0.7.x-
paths:
- /tmp/docker
- /tmp/images
Expand Down Expand Up @@ -392,17 +390,15 @@ jobs:
keys:
- build-v2-{{ .Branch }}-{{ epoch }}
- build-v2-{{ .Branch }}-
- build-v2-master-
- build-v2-
- build-v2-maint/0.7.x-
paths:
- /tmp/docker
- /tmp/images
- restore_cache:
keys:
- ds005-anat-v7-{{ .Branch }}-{{ epoch }}
- ds005-anat-v7-{{ .Branch }}
- ds005-anat-v7-master
- ds005-anat-v7-
- ds005-anat-v7-maint/0.7.x
- restore_cache:
keys:
- testdata-v2-{{ .Branch }}-{{ epoch }}
Expand Down Expand Up @@ -452,8 +448,7 @@ jobs:
keys:
- ds005-anat-v7-{{ .Branch }}-{{ epoch }}
- ds005-anat-v7-{{ .Branch }}
- ds005-anat-v7-master
- ds005-anat-v7-
- ds005-anat-v7-maint/0.7.x
- restore_cache:
keys:
- testdata-v2-{{ .Branch }}-{{ epoch }}
Expand Down Expand Up @@ -575,8 +570,7 @@ jobs:
keys:
- build-v2-{{ .Branch }}-{{ epoch }}
- build-v2-{{ .Branch }}-
- build-v2-master-
- build-v2-
- build-v2-maint/0.7.x-
paths:
- /tmp/docker
- /tmp/images
Expand Down Expand Up @@ -624,8 +618,7 @@ jobs:
keys:
- ds054-anat-v7-{{ .Branch }}-{{ epoch }}
- ds054-anat-v7-{{ .Branch }}
- ds054-anat-v7-master
- ds054-anat-v7-
- ds054-anat-v7-maint/0.7.x-
- restore_cache:
keys:
- testdata-v2-{{ .Branch }}-{{ epoch }}
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ install_requires =
pybids >= 0.11.1
pyyaml
templateflow >= 0.6
scikit-image ~= 0.17.2
test_requires =
coverage
codecov
Expand Down

0 comments on commit 80f0c80

Please sign in to comment.