Merge branch '2.2.x'

Closes gh-19013
This commit is contained in:
Madhura Bhave 2019-11-13 15:35:41 -08:00
commit 6029c8a456
1 changed files with 6 additions and 6 deletions

View File

@ -326,11 +326,11 @@ jobs:
image: spring-boot-jdk11-ci-image image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-smoke-tests.yml file: git-repo/ci/tasks/build-smoke-tests.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:
@ -363,20 +363,20 @@ jobs:
- do: - do:
- task: build-project - task: build-project
privileged: true privileged: true
timeout: 1h30m timeout: ((task-timeout))
image: spring-boot-jdk13-ci-image image: spring-boot-jdk13-ci-image
file: git-repo/ci/tasks/build-project.yml file: git-repo/ci/tasks/build-project.yml
- in_parallel: - in_parallel:
- task: build-smoke-tests - task: build-smoke-tests
timeout: 1h30m timeout: ((task-timeout))
image: spring-boot-jdk13-ci-image image: spring-boot-jdk13-ci-image
file: git-repo/ci/tasks/build-smoke-tests.yml file: git-repo/ci/tasks/build-smoke-tests.yml
- task: build-integration-tests - task: build-integration-tests
timeout: 1h30m timeout: ((task-timeout))
image: spring-boot-jdk13-ci-image image: spring-boot-jdk13-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-jdk13-ci-image image: spring-boot-jdk13-ci-image
file: git-repo/ci/tasks/build-deployment-tests.yml file: git-repo/ci/tasks/build-deployment-tests.yml
on_failure: on_failure: