Commit f1914d5a authored by dreis2211's avatar dreis2211 Committed by Madhura Bhave

Consistently use task timeout in CI pipeline

See gh-19003
parent cad23652
...@@ -293,11 +293,11 @@ jobs: ...@@ -293,11 +293,11 @@ jobs:
image: spring-boot-jdk11-ci-image image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-samples.yml file: git-repo/ci/tasks/build-samples.yml
- task: build-integration-tests - task: build-integration-tests
timeout: 1h30m timeout: ((task-timeout))
image: spring-boot-jdk11-ci-image image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-integration-tests.yml file: git-repo/ci/tasks/build-integration-tests.yml
- task: build-deployment-tests - task: build-deployment-tests
timeout: 1h30m timeout: ((task-timeout))
image: spring-boot-jdk11-ci-image image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-deployment-tests.yml file: git-repo/ci/tasks/build-deployment-tests.yml
on_failure: on_failure:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment