@@ -205,27 +205,23 @@ jobs:
205205 - get : spring-boot-ci-image
206206 - in_parallel :
207207 - task : detect-jdk8-update
208+ image : spring-boot-ci-image
208209 file : git-repo/ci/tasks/detect-jdk-updates.yml
209210 params :
210211 << : *github-task-params
211212 JDK_VERSION : java8
212- image : spring-boot-ci-image
213213 - task : detect-jdk11-update
214+ image : spring-boot-ci-image
214215 file : git-repo/ci/tasks/detect-jdk-updates.yml
215216 params :
216217 << : *github-task-params
217218 JDK_VERSION : java11
218- image : spring-boot-ci-image
219219 - task : detect-jdk14-update
220+ image : spring-boot-ci-image
220221 file : git-repo/ci/tasks/detect-jdk-updates.yml
221222 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
226224 JDK_VERSION : java14
227- MILESTONE : ((milestone))
228- image : spring-boot-ci-image
229225- name : detect-ubuntu-image-updates
230226 plan :
231227 - get : git-repo
@@ -234,10 +230,10 @@ jobs:
234230 - get : spring-boot-ci-image
235231 - do :
236232 - task : detect-ubuntu-image-updates
233+ image : spring-boot-ci-image
237234 file : git-repo/ci/tasks/detect-ubuntu-image-updates.yml
238235 params :
239236 << : *github-task-params
240- image : spring-boot-ci-image
241237- name : detect-docker-updates
242238 plan :
243239 - get : git-repo
@@ -246,10 +242,10 @@ jobs:
246242 - get : spring-boot-ci-image
247243 - do :
248244 - task : detect-docker-updates
245+ image : spring-boot-ci-image
249246 file : git-repo/ci/tasks/detect-docker-updates.yml
250247 params :
251248 << : *github-task-params
252- image : spring-boot-ci-image
253249- name : build
254250 serial : true
255251 public : true
@@ -261,21 +257,21 @@ jobs:
261257 params : { state: "pending", commit: "git-repo" }
262258 - do :
263259 - task : build-project
264- << : *build-project-task-params
265260 image : spring-boot-ci-image
261+ << : *build-project-task-params
266262 - in_parallel :
267263 - task : build-smoke-tests
268- timeout : ((task-timeout))
269264 image : spring-boot-ci-image
270265 file : git-repo/ci/tasks/build-smoke-tests.yml
271- - task : build-integration-tests
272266 timeout : ((task-timeout))
267+ - task : build-integration-tests
273268 image : spring-boot-ci-image
274269 file : git-repo/ci/tasks/build-integration-tests.yml
275- - task : build-deployment-tests
276270 timeout : ((task-timeout))
271+ - task : build-deployment-tests
277272 image : spring-boot-ci-image
278273 file : git-repo/ci/tasks/build-deployment-tests.yml
274+ timeout : ((task-timeout))
279275 on_failure :
280276 do :
281277 - put : repo-status-build
@@ -320,22 +316,22 @@ jobs:
320316 path : git-repo
321317 status : pending
322318 - task : build-project
323- timeout : ((task-timeout))
324319 image : spring-boot-ci-image
325320 file : git-repo/ci/tasks/build-pr-project.yml
321+ timeout : ((task-timeout))
326322 - in_parallel :
327323 - task : build-smoke-tests
328- timeout : ((task-timeout))
329324 image : spring-boot-ci-image
330325 file : git-repo/ci/tasks/build-smoke-tests.yml
331- - task : build-integration-tests
332326 timeout : ((task-timeout))
327+ - task : build-integration-tests
333328 image : spring-boot-ci-image
334329 file : git-repo/ci/tasks/build-integration-tests.yml
335- - task : build-deployment-tests
336330 timeout : ((task-timeout))
331+ - task : build-deployment-tests
337332 image : spring-boot-ci-image
338333 file : git-repo/ci/tasks/build-deployment-tests.yml
334+ timeout : ((task-timeout))
339335 on_success :
340336 put : git-pull-request
341337 params :
@@ -357,21 +353,21 @@ jobs:
357353 params : { state: "pending", commit: "git-repo" }
358354 - do :
359355 - task : build-project
360- << : *build-project-task-params
361356 image : spring-boot-jdk11-ci-image
357+ << : *build-project-task-params
362358 - in_parallel :
363359 - task : build-smoke-tests
364- timeout : ((task-timeout))
365360 image : spring-boot-jdk11-ci-image
366361 file : git-repo/ci/tasks/build-smoke-tests.yml
367- - task : build-integration-tests
368362 timeout : ((task-timeout))
363+ - task : build-integration-tests
369364 image : spring-boot-jdk11-ci-image
370365 file : git-repo/ci/tasks/build-integration-tests.yml
371- - task : build-deployment-tests
372366 timeout : ((task-timeout))
367+ - task : build-deployment-tests
373368 image : spring-boot-jdk11-ci-image
374369 file : git-repo/ci/tasks/build-deployment-tests.yml
370+ timeout : ((task-timeout))
375371 on_failure :
376372 do :
377373 - put : repo-status-jdk11-build
0 commit comments