Skip to content

Commit b3f11f9

Browse files
committed
CI: Fresh cache for anatomical runs
1 parent 847f712 commit b3f11f9

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

.circleci/config.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,10 @@ jobs:
296296
at: /tmp
297297
- restore_cache:
298298
keys:
299-
- ds005-anat-v6-{{ .Branch }}-{{ epoch }}
300-
- ds005-anat-v6-{{ .Branch }}
301-
- ds005-anat-v6-master
302-
- ds005-anat-v6-
299+
- ds005-anat-v7-{{ .Branch }}-{{ epoch }}
300+
- ds005-anat-v7-{{ .Branch }}
301+
- ds005-anat-v7-master
302+
- ds005-anat-v7-
303303
- run:
304304
name: Setting up test
305305
command: |
@@ -333,7 +333,7 @@ jobs:
333333
--debug --write-graph --mem_mb 4096 \
334334
--nthreads 2 --anat-only -vv
335335
- save_cache:
336-
key: ds005-anat-v6-{{ .Branch }}-{{ epoch }}
336+
key: ds005-anat-v7-{{ .Branch }}-{{ epoch }}
337337
paths:
338338
- /tmp/ds005/work
339339
- /tmp/ds005/derivatives/fmriprep
@@ -425,10 +425,10 @@ jobs:
425425
at: /tmp
426426
- restore_cache:
427427
keys:
428-
- ds054-anat-v4-{{ .Branch }}-{{ epoch }}
429-
- ds054-anat-v4-{{ .Branch }}
430-
- ds054-anat-v4-master
431-
- ds054-anat-v4-
428+
- ds054-anat-v5-{{ .Branch }}-{{ epoch }}
429+
- ds054-anat-v5-{{ .Branch }}
430+
- ds054-anat-v5-master
431+
- ds054-anat-v5-
432432
- run:
433433
name: Setting up test
434434
command: |
@@ -462,7 +462,7 @@ jobs:
462462
--fs-no-reconall --debug --write-graph \
463463
--mem_mb 4096 --nthreads 2 --anat-only -vv
464464
- save_cache:
465-
key: ds054-anat-v4-{{ .Branch }}-{{ epoch }}
465+
key: ds054-anat-v5-{{ .Branch }}-{{ epoch }}
466466
paths:
467467
- /tmp/ds054/work
468468
- /tmp/ds054/derivatives
@@ -543,8 +543,8 @@ jobs:
543543
at: /tmp
544544
- restore_cache:
545545
keys:
546-
- ds210-anat-v1-{{ epoch }}
547-
- ds210-anat-v1-
546+
- ds210-anat-v2-{{ epoch }}
547+
- ds210-anat-v2-
548548
- run:
549549
name: Setting up test
550550
command: |
@@ -578,7 +578,7 @@ jobs:
578578
--fs-no-reconall --debug --write-graph \
579579
--mem_mb 4096 --nthreads 2 --anat-only -vv
580580
- save_cache:
581-
key: ds210-anat-v1-{{ epoch }}
581+
key: ds210-anat-v2-{{ epoch }}
582582
paths:
583583
- /tmp/ds210/work
584584
- /tmp/ds210/derivatives

0 commit comments

Comments
 (0)