@@ -6,6 +6,7 @@ _store_artifacts_kwds: &store_artifacts_kwds
6
6
7
7
_test_environment : &test_environment
8
8
WORKDIR : /home/circleci/work
9
+ DOCKER_IMAGE : " nipype/nipype"
9
10
10
11
_generate_dockerfiles : &generate_dockerfiles
11
12
name : Generate Dockerfiles
@@ -159,17 +160,17 @@ jobs:
159
160
name : Run pytests (py36)
160
161
no_output_timeout : 30m
161
162
environment : *test_environment
162
- command : bash /home/circleci/nipype/.circleci/test_py3_pytest.sh
163
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_pytest.sh
163
164
- run :
164
165
name : Run pytests (py27)
165
166
no_output_timeout : 30m
166
167
environment : *test_environment
167
- command : bash /home/circleci/nipype/.circleci/test_py2_pytest.sh
168
+ command : bash -ux /home/circleci/nipype/.circleci/test_py2_pytest.sh
168
169
- run :
169
170
name : Build docs (py36)
170
171
no_output_timeout : 30m
171
172
environment : *test_environment
172
- command : bash /home/circleci/nipype/.circleci/test_py3_docs.sh
173
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_docs.sh
173
174
- run : *_run_codecov
174
175
- store_artifacts : *store_artifacts_kwds
175
176
@@ -192,22 +193,22 @@ jobs:
192
193
name : Run FSL FEEDS pipeline (py36)
193
194
no_output_timeout : 40m
194
195
environment : *test_environment
195
- command : bash /home/circleci/nipype/.circleci/test_py3_fmri_fsl_feeds_linear_l1.sh
196
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_fsl_feeds_linear_l1.sh
196
197
- run :
197
198
name : Run FSL reuse pipeline (py36)
198
199
no_output_timeout : 40m
199
200
environment : *test_environment
200
- command : bash /home/circleci/nipype/.circleci/test_py3_fmri_fsl_reuse_linear_l1.sh
201
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_fsl_reuse_linear_l1.sh
201
202
- run :
202
203
name : Run SPM test workflow - 3D inputs (py36)
203
204
no_output_timeout : 40m
204
205
environment : *test_environment
205
- command : bash /home/circleci/nipype/.circleci/test_py3_fmri_spm_linear_3d.sh
206
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_spm_linear_3d.sh
206
207
- run :
207
208
name : Run SPM test workflow - 4D inputs (py36)
208
209
no_output_timeout : 40m
209
210
environment : *test_environment
210
- command : bash /home/circleci/nipype/.circleci/test_py3_fmri_spm_linear_4d.sh
211
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_spm_linear_4d.sh
211
212
- run : *_run_codecov
212
213
- store_artifacts : *store_artifacts_kwds
213
214
@@ -230,12 +231,12 @@ jobs:
230
231
name : Run SPM DARTEL Level 1 pipeline (py36)
231
232
no_output_timeout : 1h
232
233
environment : *test_environment
233
- command : bash /home/circleci/nipype/.circleci/test_py3_fmri_spm_dartel_multiproc_l1.sh
234
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_spm_dartel_multiproc_l1.sh
234
235
- run :
235
236
name : Run SPM DARTEL Level 2 pipeline (py36)
236
237
no_output_timeout : 30m
237
238
environment : *test_environment
238
- command : bash /home/circleci/nipype/.circleci/test_py3_fmri_spm_dartel_multiproc_l2.sh
239
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_spm_dartel_multiproc_l2.sh
239
240
- run : *_run_codecov
240
241
- store_artifacts : *store_artifacts_kwds
241
242
@@ -259,12 +260,12 @@ jobs:
259
260
name : Run SPM Nested Level 1 pipeline (py36)
260
261
no_output_timeout : 1h
261
262
environment : *test_environment
262
- command : bash /home/circleci/nipype/.circleci/test_py3_fmri_spm_nested_multiproc_l1.sh
263
+ command : bash -ux /home/circleci/nipype/.circleci/test_py3_fmri_spm_nested_multiproc_l1.sh
263
264
- run :
264
265
name : Run SPM Nested Level 2 pipeline (py27)
265
266
no_output_timeout : 30m
266
267
environment : *test_environment
267
- command : bash /home/circleci/nipype/.circleci/test_py2_fmri_spm_nested_multiproc_l2.sh
268
+ command : bash -ux /home/circleci/nipype/.circleci/test_py2_fmri_spm_nested_multiproc_l2.sh
268
269
- run : *_run_codecov
269
270
- store_artifacts : *store_artifacts_kwds
270
271
- run :
0 commit comments