File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -483,10 +483,10 @@ jobs:
483
483
at : /tmp
484
484
- restore_cache :
485
485
keys :
486
- - ds054-anat-v6 -{{ .Branch }}-{{ epoch }}
487
- - ds054-anat-v6 -{{ .Branch }}
488
- - ds054-anat-v6 -master
489
- - ds054-anat-v6 -
486
+ - ds054-anat-v7 -{{ .Branch }}-{{ epoch }}
487
+ - ds054-anat-v7 -{{ .Branch }}
488
+ - ds054-anat-v7 -master
489
+ - ds054-anat-v7 -
490
490
- run :
491
491
name : Setting up test
492
492
command : |
@@ -520,7 +520,7 @@ jobs:
520
520
--fs-no-reconall --debug --write-graph \
521
521
--mem_mb 4096 --nthreads 2 --anat-only -vv
522
522
- save_cache :
523
- key : ds054-anat-v6 -{{ .Branch }}-{{ epoch }}
523
+ key : ds054-anat-v7 -{{ .Branch }}-{{ epoch }}
524
524
paths :
525
525
- /tmp/ds054/work
526
526
- /tmp/ds054/derivatives
@@ -601,8 +601,8 @@ jobs:
601
601
at : /tmp
602
602
- restore_cache :
603
603
keys :
604
- - ds210-anat-v3 -{{ epoch }}
605
- - ds210-anat-v3 -
604
+ - ds210-anat-v4 -{{ epoch }}
605
+ - ds210-anat-v4 -
606
606
- run :
607
607
name : Setting up test
608
608
command : |
@@ -636,7 +636,7 @@ jobs:
636
636
--fs-no-reconall --debug --write-graph \
637
637
--mem_mb 4096 --nthreads 2 --anat-only -vv
638
638
- save_cache :
639
- key : ds210-anat-v3 -{{ epoch }}
639
+ key : ds210-anat-v4 -{{ epoch }}
640
640
paths :
641
641
- /tmp/ds210/work
642
642
- /tmp/ds210/derivatives
You can’t perform that action at this time.
0 commit comments