@@ -205,27 +205,23 @@ jobs:
205
205
- get : spring-boot-ci-image
206
206
- in_parallel :
207
207
- task : detect-jdk8-update
208
+ image : spring-boot-ci-image
208
209
file : git-repo/ci/tasks/detect-jdk-updates.yml
209
210
params :
210
211
<< : *github-task-params
211
212
JDK_VERSION : java8
212
- image : spring-boot-ci-image
213
213
- task : detect-jdk11-update
214
+ image : spring-boot-ci-image
214
215
file : git-repo/ci/tasks/detect-jdk-updates.yml
215
216
params :
216
217
<< : *github-task-params
217
218
JDK_VERSION : java11
218
- image : spring-boot-ci-image
219
219
- task : detect-jdk14-update
220
+ image : spring-boot-ci-image
220
221
file : git-repo/ci/tasks/detect-jdk-updates.yml
221
222
params :
222
- GITHUB_REPO : spring-boot
223
- GITHUB_ORGANIZATION : spring-projects
224
- GITHUB_PASSWORD : ((github-password))
225
- GITHUB_USERNAME : ((github-username))
223
+ << : *github-task-params
226
224
JDK_VERSION : java14
227
- MILESTONE : ((milestone))
228
- image : spring-boot-ci-image
229
225
- name : detect-ubuntu-image-updates
230
226
plan :
231
227
- get : git-repo
@@ -234,10 +230,10 @@ jobs:
234
230
- get : spring-boot-ci-image
235
231
- do :
236
232
- task : detect-ubuntu-image-updates
233
+ image : spring-boot-ci-image
237
234
file : git-repo/ci/tasks/detect-ubuntu-image-updates.yml
238
235
params :
239
236
<< : *github-task-params
240
- image : spring-boot-ci-image
241
237
- name : detect-docker-updates
242
238
plan :
243
239
- get : git-repo
@@ -246,10 +242,10 @@ jobs:
246
242
- get : spring-boot-ci-image
247
243
- do :
248
244
- task : detect-docker-updates
245
+ image : spring-boot-ci-image
249
246
file : git-repo/ci/tasks/detect-docker-updates.yml
250
247
params :
251
248
<< : *github-task-params
252
- image : spring-boot-ci-image
253
249
- name : build
254
250
serial : true
255
251
public : true
@@ -261,21 +257,21 @@ jobs:
261
257
params : { state: "pending", commit: "git-repo" }
262
258
- do :
263
259
- task : build-project
264
- << : *build-project-task-params
265
260
image : spring-boot-ci-image
261
+ << : *build-project-task-params
266
262
- in_parallel :
267
263
- task : build-smoke-tests
268
- timeout : ((task-timeout))
269
264
image : spring-boot-ci-image
270
265
file : git-repo/ci/tasks/build-smoke-tests.yml
271
- - task : build-integration-tests
272
266
timeout : ((task-timeout))
267
+ - task : build-integration-tests
273
268
image : spring-boot-ci-image
274
269
file : git-repo/ci/tasks/build-integration-tests.yml
275
- - task : build-deployment-tests
276
270
timeout : ((task-timeout))
271
+ - task : build-deployment-tests
277
272
image : spring-boot-ci-image
278
273
file : git-repo/ci/tasks/build-deployment-tests.yml
274
+ timeout : ((task-timeout))
279
275
on_failure :
280
276
do :
281
277
- put : repo-status-build
@@ -320,22 +316,22 @@ jobs:
320
316
path : git-repo
321
317
status : pending
322
318
- task : build-project
323
- timeout : ((task-timeout))
324
319
image : spring-boot-ci-image
325
320
file : git-repo/ci/tasks/build-pr-project.yml
321
+ timeout : ((task-timeout))
326
322
- in_parallel :
327
323
- task : build-smoke-tests
328
- timeout : ((task-timeout))
329
324
image : spring-boot-ci-image
330
325
file : git-repo/ci/tasks/build-smoke-tests.yml
331
- - task : build-integration-tests
332
326
timeout : ((task-timeout))
327
+ - task : build-integration-tests
333
328
image : spring-boot-ci-image
334
329
file : git-repo/ci/tasks/build-integration-tests.yml
335
- - task : build-deployment-tests
336
330
timeout : ((task-timeout))
331
+ - task : build-deployment-tests
337
332
image : spring-boot-ci-image
338
333
file : git-repo/ci/tasks/build-deployment-tests.yml
334
+ timeout : ((task-timeout))
339
335
on_success :
340
336
put : git-pull-request
341
337
params :
@@ -357,21 +353,21 @@ jobs:
357
353
params : { state: "pending", commit: "git-repo" }
358
354
- do :
359
355
- task : build-project
360
- << : *build-project-task-params
361
356
image : spring-boot-jdk11-ci-image
357
+ << : *build-project-task-params
362
358
- in_parallel :
363
359
- task : build-smoke-tests
364
- timeout : ((task-timeout))
365
360
image : spring-boot-jdk11-ci-image
366
361
file : git-repo/ci/tasks/build-smoke-tests.yml
367
- - task : build-integration-tests
368
362
timeout : ((task-timeout))
363
+ - task : build-integration-tests
369
364
image : spring-boot-jdk11-ci-image
370
365
file : git-repo/ci/tasks/build-integration-tests.yml
371
- - task : build-deployment-tests
372
366
timeout : ((task-timeout))
367
+ - task : build-deployment-tests
373
368
image : spring-boot-jdk11-ci-image
374
369
file : git-repo/ci/tasks/build-deployment-tests.yml
370
+ timeout : ((task-timeout))
375
371
on_failure :
376
372
do :
377
373
- put : repo-status-jdk11-build
0 commit comments