Skip to content

Commit

Permalink
CI: Remove example tests from CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Feb 21, 2020
1 parent f560ac7 commit 193918b
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 145 deletions.
121 changes: 0 additions & 121 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,103 +172,6 @@ jobs:
paths:
- docker

test_fmri_fsl_spm:
machine: *machine_kwds
working_directory: /home/circleci/nipype
steps:
- checkout:
path: /home/circleci/nipype
- attach_workspace:
at: /tmp
- run: *set_pr_number
- run: *generate_dockerfiles
- run: *modify_nipype_version
- run: *get_base_image
- run: *build_main_image_py36
- run: *_get_codecov
- run: *_download_test_data
- run: *prepare_working_directory
- run:
name: Run FSL reuse pipeline
no_output_timeout: 40m
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_fsl_reuse_linear_l1.sh
- run:
name: Run SPM test workflow - 3D inputs
no_output_timeout: 40m
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_linear_3d.sh
- run:
name: Run SPM test workflow - 4D inputs
no_output_timeout: 40m
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_linear_4d.sh
- run: *_run_codecov_smoke
- store_artifacts: *store_artifacts_kwds

test_fmri_spm_dartel_multiproc:
machine: *machine_kwds
working_directory: /home/circleci/nipype
steps:
- checkout:
path: /home/circleci/nipype
- attach_workspace:
at: /tmp
- run: *set_pr_number
- run: *generate_dockerfiles
- run: *modify_nipype_version
- run: *get_base_image
- run: *build_main_image_py36
- run: *_get_codecov
- run: *_download_test_data
- run: *prepare_working_directory
- run:
name: Run SPM DARTEL Level 1 pipeline
no_output_timeout: 1h
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_dartel_multiproc_l1.sh
- run:
name: Run SPM DARTEL Level 2 pipeline
no_output_timeout: 30m
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_dartel_multiproc_l2.sh
- run: *_run_codecov_smoke
- store_artifacts: *store_artifacts_kwds

test_fmri_spm_nested_fsl_feeds:
machine: *machine_kwds
working_directory: /home/circleci/nipype
steps:
- checkout:
path: /home/circleci/nipype
- attach_workspace:
at: /tmp
- run: *set_pr_number
- run: *generate_dockerfiles
- run: *modify_nipype_version
- run: *get_base_image
- run: *build_main_image_py36
- run: *_get_codecov
- run: *_download_test_data
- run: *prepare_working_directory
- run:
name: Run SPM Nested Level 1 pipeline
no_output_timeout: 1h
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_nested_multiproc_l1.sh
- run:
name: Run SPM Nested Level 2 pipeline
no_output_timeout: 30m
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_nested_multiproc_l2.sh
- run:
name: Run FSL FEEDS pipeline
no_output_timeout: 40m
environment: *test_environment
command: bash -ux /home/circleci/nipype/.circleci/test_fmri_fsl_feeds_linear_l1.sh
- run: *_run_codecov_smoke
- store_artifacts: *store_artifacts_kwds

deploy_dockerhub:
docker:
- image: docker:17.10.0-ce-git
Expand Down Expand Up @@ -446,36 +349,12 @@ workflows:
only: /.*/
requires:
- compare_base_dockerfiles
- test_fmri_fsl_spm:
filters:
branches:
ignore:
- /docs?\/.*/
requires:
- compare_base_dockerfiles
- test_fmri_spm_dartel_multiproc:
filters:
branches:
ignore:
- /docs?\/.*/
requires:
- compare_base_dockerfiles
- test_fmri_spm_nested_fsl_feeds:
filters:
branches:
ignore:
- /docs?\/.*/
requires:
- compare_base_dockerfiles
- deploy_dockerhub:
filters:
branches:
only: master
requires:
- test_pytest
- test_fmri_spm_nested_fsl_feeds
- test_fmri_fsl_spm
- test_fmri_spm_dartel_multiproc
- deploy_pypi:
filters:
branches:
Expand Down
3 changes: 0 additions & 3 deletions .circleci/test_fmri_fsl_feeds_linear_l1.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/test_fmri_fsl_reuse_linear_l1.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/test_fmri_spm_dartel_multiproc_l1.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/test_fmri_spm_dartel_multiproc_l2.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/test_fmri_spm_linear_3d.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/test_fmri_spm_linear_4d.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/test_fmri_spm_nested_multiproc_l1.sh

This file was deleted.

3 changes: 0 additions & 3 deletions .circleci/test_fmri_spm_nested_multiproc_l2.sh

This file was deleted.

0 comments on commit 193918b

Please sign in to comment.