@@ -172,103 +172,6 @@ jobs:
172
172
paths :
173
173
- docker
174
174
175
- test_fmri_fsl_spm :
176
- machine : *machine_kwds
177
- working_directory : /home/circleci/nipype
178
- steps :
179
- - checkout :
180
- path : /home/circleci/nipype
181
- - attach_workspace :
182
- at : /tmp
183
- - run : *set_pr_number
184
- - run : *generate_dockerfiles
185
- - run : *modify_nipype_version
186
- - run : *get_base_image
187
- - run : *build_main_image_py36
188
- - run : *_get_codecov
189
- - run : *_download_test_data
190
- - run : *prepare_working_directory
191
- - run :
192
- name : Run FSL reuse pipeline
193
- no_output_timeout : 40m
194
- environment : *test_environment
195
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_fsl_reuse_linear_l1.sh
196
- - run :
197
- name : Run SPM test workflow - 3D inputs
198
- no_output_timeout : 40m
199
- environment : *test_environment
200
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_linear_3d.sh
201
- - run :
202
- name : Run SPM test workflow - 4D inputs
203
- no_output_timeout : 40m
204
- environment : *test_environment
205
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_linear_4d.sh
206
- - run : *_run_codecov_smoke
207
- - store_artifacts : *store_artifacts_kwds
208
-
209
- test_fmri_spm_dartel_multiproc :
210
- machine : *machine_kwds
211
- working_directory : /home/circleci/nipype
212
- steps :
213
- - checkout :
214
- path : /home/circleci/nipype
215
- - attach_workspace :
216
- at : /tmp
217
- - run : *set_pr_number
218
- - run : *generate_dockerfiles
219
- - run : *modify_nipype_version
220
- - run : *get_base_image
221
- - run : *build_main_image_py36
222
- - run : *_get_codecov
223
- - run : *_download_test_data
224
- - run : *prepare_working_directory
225
- - run :
226
- name : Run SPM DARTEL Level 1 pipeline
227
- no_output_timeout : 1h
228
- environment : *test_environment
229
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_dartel_multiproc_l1.sh
230
- - run :
231
- name : Run SPM DARTEL Level 2 pipeline
232
- no_output_timeout : 30m
233
- environment : *test_environment
234
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_dartel_multiproc_l2.sh
235
- - run : *_run_codecov_smoke
236
- - store_artifacts : *store_artifacts_kwds
237
-
238
- test_fmri_spm_nested_fsl_feeds :
239
- machine : *machine_kwds
240
- working_directory : /home/circleci/nipype
241
- steps :
242
- - checkout :
243
- path : /home/circleci/nipype
244
- - attach_workspace :
245
- at : /tmp
246
- - run : *set_pr_number
247
- - run : *generate_dockerfiles
248
- - run : *modify_nipype_version
249
- - run : *get_base_image
250
- - run : *build_main_image_py36
251
- - run : *_get_codecov
252
- - run : *_download_test_data
253
- - run : *prepare_working_directory
254
- - run :
255
- name : Run SPM Nested Level 1 pipeline
256
- no_output_timeout : 1h
257
- environment : *test_environment
258
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_nested_multiproc_l1.sh
259
- - run :
260
- name : Run SPM Nested Level 2 pipeline
261
- no_output_timeout : 30m
262
- environment : *test_environment
263
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_spm_nested_multiproc_l2.sh
264
- - run :
265
- name : Run FSL FEEDS pipeline
266
- no_output_timeout : 40m
267
- environment : *test_environment
268
- command : bash -ux /home/circleci/nipype/.circleci/test_fmri_fsl_feeds_linear_l1.sh
269
- - run : *_run_codecov_smoke
270
- - store_artifacts : *store_artifacts_kwds
271
-
272
175
deploy_dockerhub :
273
176
docker :
274
177
- image : docker:17.10.0-ce-git
@@ -446,36 +349,12 @@ workflows:
446
349
only : /.*/
447
350
requires :
448
351
- compare_base_dockerfiles
449
- - test_fmri_fsl_spm :
450
- filters :
451
- branches :
452
- ignore :
453
- - /docs?\/.*/
454
- requires :
455
- - compare_base_dockerfiles
456
- - test_fmri_spm_dartel_multiproc :
457
- filters :
458
- branches :
459
- ignore :
460
- - /docs?\/.*/
461
- requires :
462
- - compare_base_dockerfiles
463
- - test_fmri_spm_nested_fsl_feeds :
464
- filters :
465
- branches :
466
- ignore :
467
- - /docs?\/.*/
468
- requires :
469
- - compare_base_dockerfiles
470
352
- deploy_dockerhub :
471
353
filters :
472
354
branches :
473
355
only : master
474
356
requires :
475
357
- test_pytest
476
- - test_fmri_spm_nested_fsl_feeds
477
- - test_fmri_fsl_spm
478
- - test_fmri_spm_dartel_multiproc
479
358
- deploy_pypi :
480
359
filters :
481
360
branches :
0 commit comments