@@ -183,17 +183,17 @@ jobs:
183
183
- get : spring-boot-ci-image
184
184
- in_parallel :
185
185
- task : detect-jdk8-update
186
+ image : spring-boot-ci-image
186
187
file : git-repo/ci/tasks/detect-jdk-updates.yml
187
188
params :
188
189
<< : *github-task-params
189
190
JDK_VERSION : java8
190
- image : spring-boot-ci-image
191
191
- task : detect-jdk11-update
192
+ image : spring-boot-ci-image
192
193
file : git-repo/ci/tasks/detect-jdk-updates.yml
193
194
params :
194
195
<< : *github-task-params
195
196
JDK_VERSION : java11
196
- image : spring-boot-ci-image
197
197
- name : detect-ubuntu-image-updates
198
198
plan :
199
199
- get : git-repo
@@ -202,10 +202,10 @@ jobs:
202
202
- get : spring-boot-ci-image
203
203
- do :
204
204
- task : detect-ubuntu-image-updates
205
+ image : spring-boot-ci-image
205
206
file : git-repo/ci/tasks/detect-ubuntu-image-updates.yml
206
207
params :
207
208
<< : *github-task-params
208
- image : spring-boot-ci-image
209
209
- name : detect-docker-updates
210
210
plan :
211
211
- get : git-repo
@@ -214,10 +214,10 @@ jobs:
214
214
- get : spring-boot-ci-image
215
215
- do :
216
216
- task : detect-docker-updates
217
+ image : spring-boot-ci-image
217
218
file : git-repo/ci/tasks/detect-docker-updates.yml
218
219
params :
219
220
<< : *github-task-params
220
- image : spring-boot-ci-image
221
221
- name : build
222
222
serial : true
223
223
public : true
@@ -229,21 +229,21 @@ jobs:
229
229
params : { state: "pending", commit: "git-repo" }
230
230
- do :
231
231
- task : build-project
232
- << : *build-project-task-params
233
232
image : spring-boot-ci-image
233
+ << : *build-project-task-params
234
234
- in_parallel :
235
235
- task : build-samples
236
- timeout : ((task-timeout))
237
236
image : spring-boot-ci-image
238
237
file : git-repo/ci/tasks/build-samples.yml
239
- - task : build-integration-tests
240
238
timeout : ((task-timeout))
239
+ - task : build-integration-tests
241
240
image : spring-boot-ci-image
242
241
file : git-repo/ci/tasks/build-integration-tests.yml
243
- - task : build-deployment-tests
244
242
timeout : ((task-timeout))
243
+ - task : build-deployment-tests
245
244
image : spring-boot-ci-image
246
245
file : git-repo/ci/tasks/build-deployment-tests.yml
246
+ timeout : ((task-timeout))
247
247
on_failure :
248
248
do :
249
249
- put : repo-status-build
@@ -288,22 +288,22 @@ jobs:
288
288
path : git-repo
289
289
status : pending
290
290
- task : build-project
291
- timeout : ((task-timeout))
292
291
image : spring-boot-ci-image
293
292
file : git-repo/ci/tasks/build-pr-project.yml
293
+ timeout : ((task-timeout))
294
294
- in_parallel :
295
295
- task : build-samples
296
- timeout : ((task-timeout))
297
296
image : spring-boot-ci-image
298
297
file : git-repo/ci/tasks/build-samples.yml
299
- - task : build-integration-tests
300
298
timeout : ((task-timeout))
299
+ - task : build-integration-tests
301
300
image : spring-boot-ci-image
302
301
file : git-repo/ci/tasks/build-integration-tests.yml
303
- - task : build-deployment-tests
304
302
timeout : ((task-timeout))
303
+ - task : build-deployment-tests
305
304
image : spring-boot-ci-image
306
305
file : git-repo/ci/tasks/build-deployment-tests.yml
306
+ timeout : ((task-timeout))
307
307
on_success :
308
308
put : git-pull-request
309
309
params :
@@ -325,21 +325,21 @@ jobs:
325
325
params : { state: "pending", commit: "git-repo" }
326
326
- do :
327
327
- task : build-project
328
- << : *build-project-task-params
329
328
image : spring-boot-jdk11-ci-image
329
+ << : *build-project-task-params
330
330
- in_parallel :
331
331
- task : build-samples
332
- timeout : ((task-timeout))
333
332
image : spring-boot-jdk11-ci-image
334
333
file : git-repo/ci/tasks/build-samples.yml
335
- - task : build-integration-tests
336
334
timeout : ((task-timeout))
335
+ - task : build-integration-tests
337
336
image : spring-boot-jdk11-ci-image
338
337
file : git-repo/ci/tasks/build-integration-tests.yml
339
- - task : build-deployment-tests
340
338
timeout : ((task-timeout))
339
+ - task : build-deployment-tests
341
340
image : spring-boot-jdk11-ci-image
342
341
file : git-repo/ci/tasks/build-deployment-tests.yml
342
+ timeout : ((task-timeout))
343
343
on_failure :
344
344
do :
345
345
- put : repo-status-jdk11-build
0 commit comments