File tree Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Expand file tree Collapse file tree 1 file changed +5
-31
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,10 @@ jobs:
226
226
fi
227
227
- attach_workspace :
228
228
at : /tmp
229
+ - restore_cache :
230
+ keys :
231
+ - regression-v0-{{ epoch }}
232
+ - regression-v0-
229
233
- run :
230
234
name : Load Docker image layer cache
231
235
no_output_timeout : 30m
@@ -314,28 +318,6 @@ jobs:
314
318
- store_artifacts :
315
319
path : /home/circleci/out/docs
316
320
317
- regression_test :
318
- machine :
319
- image : circleci/classic:201711-01
320
- working_directory : /tmp/regression
321
- steps :
322
- - checkout :
323
- path : /home/circleci/src/fmriprep
324
- - run :
325
- name : Check whether build should be skipped
326
- command : |
327
- cd /home/circleci/src/fmriprep
328
- if [[ "$( git log --format=oneline -n 1 $CIRCLE_SHA1 | grep -i -E '\[skip[ _]?reg\]' )" != "" ]]; then
329
- echo "Skipping regression tests"
330
- circleci step halt
331
- fi
332
- - attach_workspace :
333
- at : /tmp
334
- - restore_cache :
335
- keys :
336
- - regression-v0-{{ epoch }}
337
- - regression-v0-
338
-
339
321
ds005 :
340
322
machine :
341
323
image : circleci/classic:201711-01
@@ -751,6 +733,7 @@ workflows:
751
733
- test_pytest :
752
734
requires :
753
735
- build
736
+ - get_regression_data
754
737
filters :
755
738
branches :
756
739
ignore : /docs?\/.*/
@@ -788,15 +771,6 @@ workflows:
788
771
tags :
789
772
only : /.*/
790
773
791
- - regression_test :
792
- requires :
793
- - build
794
- - get_regression_data
795
- filters :
796
- branches :
797
- # only: /meepi.*/
798
- ignore : /docs?\/.*/
799
-
800
774
- deploy :
801
775
requires :
802
776
- build
You can’t perform that action at this time.
0 commit comments