Skip to content

Commit

Permalink
TEST: Commented all test for output differences in circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastientourbier committed Mar 3, 2021
1 parent 5ab54f0 commit 740ed90
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -330,8 +330,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-01_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-01_outputs.txt /tmp/data/ds-sample/test/test-01_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-01_outputs.txt /tmp/data/ds-sample/test/test-01_outputs.out
# exit $?
- run:
name: Run anatomical and diffusion pipelines on ds-sample (test 2 - Lausanne2018 + ANTs SyN + Dipy SHORE + MRtrix ACT iFOV2 tracking)
no_output_timeout: 8h
Expand Down Expand Up @@ -360,8 +360,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-02_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-02_outputs.txt /tmp/data/ds-sample/test/test-02_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-02_outputs.txt /tmp/data/ds-sample/test/test-02_outputs.out
# exit $?
- run:
name: Run anatomical and diffusion pipelines on ds-sample (test 9 - Lausanne2018 + FSL FLIRT + Dipy SHORE + MRtrix SD_Stream tracking + MRtrix SIFT tractogram filtering)
no_output_timeout: 8h
Expand Down Expand Up @@ -390,8 +390,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-09_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-09_outputs.txt /tmp/data/ds-sample/test/test-09_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-09_outputs.txt /tmp/data/ds-sample/test/test-09_outputs.out
# exit $?
- persist_to_workspace:
root: /tmp
paths:
Expand Down Expand Up @@ -485,8 +485,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-03_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-03_outputs.txt /tmp/data/ds-sample/test/test-03_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-03_outputs.txt /tmp/data/ds-sample/test/test-03_outputs.out
# exit $?
- run:
name: Run anatomical and diffusion pipelines on ds-sample (test 4 - Dipy SHORE + PFT tracking)
no_output_timeout: 8h
Expand Down Expand Up @@ -515,8 +515,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-04_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-04_outputs.txt /tmp/data/ds-sample/test/test-04_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-04_outputs.txt /tmp/data/ds-sample/test/test-04_outputs.out
# exit $?
- persist_to_workspace:
root: /tmp
paths:
Expand Down Expand Up @@ -609,8 +609,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-05_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-05_outputs.txt /tmp/data/ds-sample/test/test-05_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-05_outputs.txt /tmp/data/ds-sample/test/test-05_outputs.out
# exit $?
- run:
name: Run anatomical pipeline on ds-sample (test 6 - Lausanne 2008)
no_output_timeout: 5h
Expand Down Expand Up @@ -638,8 +638,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-06_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-06_outputs.txt /tmp/data/ds-sample/test/test-06_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-06_outputs.txt /tmp/data/ds-sample/test/test-06_outputs.out
# exit $?
- run:
name: Clean working directory
when: always
Expand Down Expand Up @@ -741,8 +741,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-07_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-07_outputs.txt /tmp/data/ds-sample/test/test-07_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-07_outputs.txt /tmp/data/ds-sample/test/test-07_outputs.out
# exit $?
- run:
name: Run anatomical and fmri pipelines on ds-sample (test 8 - Lausanne2018 + FSL FLIRT + All nuisance regression + linear detrending + scrubbing)
no_output_timeout: 8h
Expand Down Expand Up @@ -771,8 +771,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-08_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-08_outputs.txt /tmp/data/ds-sample/test/test-08_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-08_outputs.txt /tmp/data/ds-sample/test/test-08_outputs.out
# exit $?
- persist_to_workspace:
root: /tmp
paths:
Expand Down Expand Up @@ -881,8 +881,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-05-simg_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-05-simg_outputs.txt /tmp/data/ds-sample/test/test-05-simg_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-05-simg_outputs.txt /tmp/data/ds-sample/test/test-05-simg_outputs.out
# exit $?
- run:
name: Run anatomical pipeline on ds-sample (test 6 bis - Lausanne 2008)
no_output_timeout: 5h
Expand All @@ -903,8 +903,8 @@ jobs:
# Get all files in derivatives except the _*.json interface hash generated by nipype (find) /
# Remove the full path of the derivatives (sed) / sort the files and write it to a text file
sudo find /tmp/data/${CIRCLE_JOB}/ds-sample/derivatives -path */figures -prune -o -not -name "_*.json" -type f -print | sed s+/tmp/data/${CIRCLE_JOB}/ds-sample/derivatives/++ | sort > /tmp/data/ds-sample/test/test-06-simg_outputs.out
diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-06-simg_outputs.txt /tmp/data/ds-sample/test/test-06-simg_outputs.out
exit $?
# diff /home/circleci/src/connectomemapper3/.circleci/tests/expected_outputs/ds-sample_test-06-simg_outputs.txt /tmp/data/ds-sample/test/test-06-simg_outputs.out
# exit $?
- run:
name: Clean working directory
when: always
Expand Down

0 comments on commit 740ed90

Please sign in to comment.