Skip to content

Commit 6029c8a

Browse files
committed
Merge branch '2.2.x'
Closes spring-projectsgh-19013
2 parents c8dfec4 + 0d7f49f commit 6029c8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

ci/pipeline.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -326,11 +326,11 @@ jobs:
326326
image: spring-boot-jdk11-ci-image
327327
file: git-repo/ci/tasks/build-smoke-tests.yml
328328
- task: build-integration-tests
329-
timeout: 1h30m
329+
timeout: ((task-timeout))
330330
image: spring-boot-jdk11-ci-image
331331
file: git-repo/ci/tasks/build-integration-tests.yml
332332
- task: build-deployment-tests
333-
timeout: 1h30m
333+
timeout: ((task-timeout))
334334
image: spring-boot-jdk11-ci-image
335335
file: git-repo/ci/tasks/build-deployment-tests.yml
336336
on_failure:
@@ -363,20 +363,20 @@ jobs:
363363
- do:
364364
- task: build-project
365365
privileged: true
366-
timeout: 1h30m
366+
timeout: ((task-timeout))
367367
image: spring-boot-jdk13-ci-image
368368
file: git-repo/ci/tasks/build-project.yml
369369
- in_parallel:
370370
- task: build-smoke-tests
371-
timeout: 1h30m
371+
timeout: ((task-timeout))
372372
image: spring-boot-jdk13-ci-image
373373
file: git-repo/ci/tasks/build-smoke-tests.yml
374374
- task: build-integration-tests
375-
timeout: 1h30m
375+
timeout: ((task-timeout))
376376
image: spring-boot-jdk13-ci-image
377377
file: git-repo/ci/tasks/build-integration-tests.yml
378378
- task: build-deployment-tests
379-
timeout: 1h30m
379+
timeout: ((task-timeout))
380380
image: spring-boot-jdk13-ci-image
381381
file: git-repo/ci/tasks/build-deployment-tests.yml
382382
on_failure:

0 commit comments

Comments
 (0)