File tree Expand file tree Collapse file tree 4 files changed +16
-16
lines changed
Expand file tree Collapse file tree 4 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 11[nosetests]
22verbosity=3
33
4+ logging-level=DEBUG
5+ with-doctest=1
6+ with-xunit=1
47with-coverage=1
58cover-branches=1
69cover-xml=1
7- cover-xml-file=./coverage.xml
810cover-min-percentage=50
9-
10-
11- with-xunit=1
Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ dependencies:
1919test :
2020 override :
2121 - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch --entrypoint="/usr/bin/run_builddocs.sh" nipype/testbench
22- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench test_spm MultiProc /root/examples/ workflow3d workflow4d :
22+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench test_spm Linear /root/examples/ workflow3d workflow4d :
2323 timeout : 1600
24- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_feeds MultiProc /root/examples/ l1pipeline
25- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_dartel MultiProc /root/examples/ level1 l2pipeline :
24+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_feeds Linear /root/examples/ l1pipeline
25+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_dartel Linear /root/examples/ level1 l2pipeline :
2626 timeout : 1600
27- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_reuse MultiProc /root/examples/ level1_workflow
28- - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_nested MultiProc /root/examples/ level1 l2pipeline
27+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_fsl_reuse Linear /root/examples/ level1_workflow
28+ - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch nipype/testbench fmri_spm_nested Linear /root/examples/ level1 l2pipeline
2929 - docker run -i -v /etc/localtime:/etc/localtime:ro -v ~/scratch:/scratch -w /scratch --entrypoint="/usr/bin/run_nosetests.sh" nipype/testbench :
3030 timeout : 2600
3131 post :
3434general :
3535 artifacts :
3636 - " ~/docs"
37- # - "coverage.xml"
38- # - "doc/_build/html"
39- # - "~/log.txt"
40- # - "nosetests.xml"
37+ - " ~/coverage.xml"
38+ - " ~/nosetests.xml"
39+ - " ~/builddocs.log"
Original file line number Diff line number Diff line change 55source activate nipypetests-2.7
66cd /root/src/nipype
77mkdir -p /scratch/nose
8- nosetests --with-doctest - c /root/src/nipype/.noserc --logging-level=DEBUG --verbosity=3 --xunit- file=" /scratch/nosetests .xml"
8+ nosetests -c /root/src/nipype/.noserc --xunit-file= " /scratch/nosetests.xml " --cover-xml- file=" /scratch/coverage .xml"
99chmod 777 /scratch/nosetests.xml
10+ chmod 777 /scratch/coverage.xml
1011chmod 777 -R /scratch/nose
Original file line number Diff line number Diff line change 77set -e
88
99mkdir -p ${CIRCLE_TEST_REPORTS} /nose
10- sudo mv ~ /scratch/nosetests.xml ${CIRCLE_TEST_REPORTS} /nose/${CIRCLE_PROJECT_REPONAME} .xml
10+ sudo cp ~ /scratch/nosetests.xml ${CIRCLE_TEST_REPORTS} /nose/${CIRCLE_PROJECT_REPONAME} .xml
11+ sudo mv ~ /scratch/coverage.xml ~ /coverage.xml
1112mkdir -p ~ /docs
1213sudo mv ~ /scratch/docs/* ~ /docs/
13- sudo mv ~ /scratch/builddocs.log ~ /docs/log.txt
14+ sudo mv ~ /scratch/builddocs.log ~ /builddocs.log
You can’t perform that action at this time.
0 commit comments