Merge pull request #19003 from Christoph Dreis

* pr/19003:
  Consistently use task timeout in CI pipeline

Closes gh-19003
This commit is contained in:
Madhura Bhave 2019-11-13 15:25:21 -08:00
commit 8af63dc42e

View File

@ -293,11 +293,11 @@ jobs:
image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-samples.yml
- task: build-integration-tests
timeout: 1h30m
timeout: ((task-timeout))
image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-integration-tests.yml
- task: build-deployment-tests
timeout: 1h30m
timeout: ((task-timeout))
image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-deployment-tests.yml
on_failure: