File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ machine:
4
4
5
5
dependencies :
6
6
cache_directories :
7
- - " ~/scratch"
8
7
- " ~/docker"
9
8
10
9
pre :
11
10
- pip install coverage
11
+ - mkdir -p "~/scratch/nose"
12
12
override :
13
13
- if [[ -e ~/docker/image.tar ]]; then docker load -i ~/docker/image.tar; fi
14
14
- docker info
@@ -18,15 +18,13 @@ dependencies:
18
18
19
19
test :
20
20
override :
21
- - mkdir -p ${CIRCLE_TEST_REPORTS}/nose
22
- # Start with shorter tests first, fail early.
23
- - docker run -it nipype/testbench fmri_fsl_reuse Linear level1_workflow
24
- - docker run -it nipype/testbench fmri_spm_nested Linear level1 l2pipeline
25
- - docker run -it nipype/testbench fmri_fsl_feeds Linear l1pipeline
26
- - docker run -it nipype/testbench test_spm Linear workflow3d workflow4d :
21
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench test_spm Linear workflow3d workflow4d :
27
22
timeout : 1600
28
- - docker run -it nipype/testbench fmri_spm_dartel Linear level1 l2pipeline :
23
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_feeds Linear l1pipeline
24
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_dartel Linear level1 l2pipeline :
29
25
timeout : 1600
26
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_reuse Linear level1_workflow
27
+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_nested Linear level1 l2pipeline
30
28
31
29
# general:
32
30
# artifacts:
You can’t perform that action at this time.
0 commit comments