Skip to content

Commit bd815f6

Browse files
committed
Merge branch '2.0.x' into 2.1.x
2 parents 96235ea + e26777c commit bd815f6

File tree

2 files changed

+16
-15
lines changed

2 files changed

+16
-15
lines changed

ci/parameters.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ pipeline-name: "spring-boot-2.1.x"
1111
concourse-url: "https://ci.spring.io"
1212
bintray-subject: "spring"
1313
bintray-repo: "jars"
14+
task-timeout: 2h00m

ci/pipeline.yml

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -202,20 +202,20 @@ jobs:
202202
- do:
203203
- task: build-project
204204
privileged: true
205-
timeout: 1h30m
205+
timeout: ((task-timeout))
206206
image: spring-boot-ci-image
207207
file: git-repo/ci/tasks/build-project.yml
208208
- in_parallel:
209209
- task: build-samples
210-
timeout: 1h30m
210+
timeout: ((task-timeout))
211211
image: spring-boot-ci-image
212212
file: git-repo/ci/tasks/build-samples.yml
213213
- task: build-integration-tests
214-
timeout: 1h30m
214+
timeout: ((task-timeout))
215215
image: spring-boot-ci-image
216216
file: git-repo/ci/tasks/build-integration-tests.yml
217217
- task: build-deployment-tests
218-
timeout: 1h30m
218+
timeout: ((task-timeout))
219219
image: spring-boot-ci-image
220220
file: git-repo/ci/tasks/build-deployment-tests.yml
221221
on_failure:
@@ -274,20 +274,20 @@ jobs:
274274
path: git-repo
275275
status: pending
276276
- task: build-project
277-
timeout: 1h30m
277+
timeout: ((task-timeout))
278278
image: spring-boot-ci-image
279279
file: git-repo/ci/tasks/build-pr-project.yml
280280
- in_parallel:
281281
- task: build-samples
282-
timeout: 1h30m
282+
timeout: ((task-timeout))
283283
image: spring-boot-ci-image
284284
file: git-repo/ci/tasks/build-samples.yml
285285
- task: build-integration-tests
286-
timeout: 1h30m
286+
timeout: ((task-timeout))
287287
image: spring-boot-ci-image
288288
file: git-repo/ci/tasks/build-integration-tests.yml
289289
- task: build-deployment-tests
290-
timeout: 1h30m
290+
timeout: ((task-timeout))
291291
image: spring-boot-ci-image
292292
file: git-repo/ci/tasks/build-deployment-tests.yml
293293
on_success:
@@ -312,12 +312,12 @@ jobs:
312312
- do:
313313
- task: build-project
314314
privileged: true
315-
timeout: 1h30m
315+
timeout: ((task-timeout))
316316
image: spring-boot-jdk11-ci-image
317317
file: git-repo/ci/tasks/build-project.yml
318318
- in_parallel:
319319
- task: build-samples
320-
timeout: 1h30m
320+
timeout: ((task-timeout))
321321
image: spring-boot-jdk11-ci-image
322322
file: git-repo/ci/tasks/build-samples.yml
323323
- task: build-integration-tests
@@ -358,20 +358,20 @@ jobs:
358358
- do:
359359
- task: build-project
360360
privileged: true
361-
timeout: 1h30m
361+
timeout: ((task-timeout))
362362
image: spring-boot-jdk12-ci-image
363363
file: git-repo/ci/tasks/build-project.yml
364364
- in_parallel:
365365
- task: build-samples
366-
timeout: 1h30m
366+
timeout: ((task-timeout))
367367
image: spring-boot-jdk12-ci-image
368368
file: git-repo/ci/tasks/build-samples.yml
369369
- task: build-integration-tests
370-
timeout: 1h30m
370+
timeout: ((task-timeout))
371371
image: spring-boot-jdk12-ci-image
372372
file: git-repo/ci/tasks/build-integration-tests.yml
373373
- task: build-deployment-tests
374-
timeout: 1h30m
374+
timeout: ((task-timeout))
375375
image: spring-boot-jdk12-ci-image
376376
file: git-repo/ci/tasks/build-deployment-tests.yml
377377
on_failure:
@@ -405,7 +405,7 @@ jobs:
405405
file: git-repo/ci/tasks/build-project-windows.yml
406406
tags:
407407
- WIN64
408-
timeout: 1h30m
408+
timeout: ((task-timeout))
409409
on_failure:
410410
do:
411411
- put: slack-alert

0 commit comments

Comments
 (0)