1414# They may need to be rebalanced in the future.
1515case ${CIRCLE_NODE_INDEX} in
1616 0)
17- time docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_dartel Linear /root/examples/ level1
17+ docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_dartel Linear /root/examples/ level1 && \
18+ docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_dartel Linear /root/examples/ l2pipeline
1819 ;;
1920 1)
20- time docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_dartel Linear /root/examples/ l2pipeline
21- time docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh test_spm Linear /root/examples/ workflow3d
22- time docker run --rm -it -e FSL_COURSE_DATA=" /root/examples/nipype-fsl_course_data" -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /root/src/nipype nipype/nipype_test:py35 /usr/bin/run_pytests.sh py35
23- time docker run --rm -it -e NIPYPE_NUMBER_OF_CPUS=4 -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py27 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /root/examples/ level1
21+ docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh test_spm Linear /root/examples/ workflow3d && \
22+ docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh test_spm Linear /root/examples/ workflow4d && \
23+ docker run --rm -it -e FSL_COURSE_DATA=" /root/examples/nipype-fsl_course_data" -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /root/src/nipype nipype/nipype_test:py27 /usr/bin/run_pytests.sh py27 && \
24+ docker run --rm -it -e FSL_COURSE_DATA=" /root/examples/nipype-fsl_course_data" -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /root/src/nipype nipype/nipype_test:py35 /usr/bin/run_pytests.sh py35 && \
25+ docker run --rm -it -v $SCRATCH :/scratch -w /root/src/nipype/doc nipype/nipype_test:py35 /usr/bin/run_builddocs.sh
2426 ;;
2527 2)
26- time docker run --rm -it -e NIPYPE_NUMBER_OF_CPUS=4 -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /root/examples/ l2pipeline
27- time docker run --rm -it -v $SCRATCH :/scratch -w /root/src/nipype/doc nipype/nipype_test:py35 /usr/bin/run_builddocs.sh
28- time docker run --rm -it -e FSL_COURSE_DATA=" /root/examples/nipype-fsl_course_data" -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /root/src/nipype nipype/nipype_test:py27 /usr/bin/run_pytests.sh py27
29- time docker run --rm -it -e NIPYPE_NUMBER_OF_CPUS=4 -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /root/examples/ level1
28+ docker run --rm -it -e NIPYPE_NUMBER_OF_CPUS=4 -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py27 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /root/examples/ level1 && \
29+ docker run --rm -it -e NIPYPE_NUMBER_OF_CPUS=4 -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /root/examples/ l2pipeline
3030 ;;
3131 3)
32- time docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh test_spm Linear /root/examples/ workflow4d
33- time docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_fsl_feeds Linear /root/examples/ l1pipeline
34- time docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_fsl_reuse Linear /root/examples/ level1_workflow
32+ docker run --rm -it -e NIPYPE_NUMBER_OF_CPUS=4 - v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_spm_nested MultiProc /root/examples/ level1 && \
33+ docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_fsl_feeds Linear /root/examples/ l1pipeline && \
34+ docker run --rm -it -v $HOME /examples:/root/examples:ro -v $SCRATCH :/scratch -w /scratch nipype/nipype_test:py35 /usr/bin/run_examples.sh fmri_fsl_reuse Linear /root/examples/ level1_workflow
3535 ;;
3636esac
3737
@@ -45,4 +45,3 @@ find "${CIRCLE_TEST_REPORTS}/pytest" -name 'coverage*.xml' -print0 | \
4545 xargs -0 -I file ./codecov.io -f file -t " ${CODECOV_TOKEN} " -F unittests
4646find " ${CIRCLE_TEST_REPORTS} /pytest" -name ' smoketests*.xml' -print0 | \
4747 xargs -0 -I file ./codecov.io -f file -t " ${CODECOV_TOKEN} " -F smoketests
48-
0 commit comments