|
|
@ -149,20 +149,20 @@ jobs:
|
|
|
|
- do:
|
|
|
|
- do:
|
|
|
|
- task: build-project
|
|
|
|
- task: build-project
|
|
|
|
privileged: true
|
|
|
|
privileged: true
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-project.yml
|
|
|
|
file: git-repo/ci/tasks/build-project.yml
|
|
|
|
- aggregate:
|
|
|
|
- aggregate:
|
|
|
|
- task: build-samples
|
|
|
|
- task: build-samples
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-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-ci-image
|
|
|
|
image: spring-boot-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-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
on_failure:
|
|
|
|
on_failure:
|
|
|
@ -213,20 +213,20 @@ jobs:
|
|
|
|
path: git-repo
|
|
|
|
path: git-repo
|
|
|
|
status: pending
|
|
|
|
status: pending
|
|
|
|
- task: build-project
|
|
|
|
- task: build-project
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-pr-project.yml
|
|
|
|
file: git-repo/ci/tasks/build-pr-project.yml
|
|
|
|
- aggregate:
|
|
|
|
- aggregate:
|
|
|
|
- task: build-samples
|
|
|
|
- task: build-samples
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
image: spring-boot-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-ci-image
|
|
|
|
image: spring-boot-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-ci-image
|
|
|
|
image: spring-boot-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
on_success:
|
|
|
|
on_success:
|
|
|
@ -251,20 +251,20 @@ jobs:
|
|
|
|
- do:
|
|
|
|
- do:
|
|
|
|
- task: build-project
|
|
|
|
- task: build-project
|
|
|
|
privileged: true
|
|
|
|
privileged: true
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-jdk9-ci-image
|
|
|
|
image: spring-boot-jdk9-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-project.yml
|
|
|
|
file: git-repo/ci/tasks/build-project.yml
|
|
|
|
- aggregate:
|
|
|
|
- aggregate:
|
|
|
|
- task: build-samples
|
|
|
|
- task: build-samples
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-jdk9-ci-image
|
|
|
|
image: spring-boot-jdk9-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-jdk9-ci-image
|
|
|
|
image: spring-boot-jdk9-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-jdk9-ci-image
|
|
|
|
image: spring-boot-jdk9-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
on_failure:
|
|
|
|
on_failure:
|
|
|
@ -297,20 +297,20 @@ jobs:
|
|
|
|
- do:
|
|
|
|
- do:
|
|
|
|
- task: build-project
|
|
|
|
- task: build-project
|
|
|
|
privileged: true
|
|
|
|
privileged: true
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-jdk10-ci-image
|
|
|
|
image: spring-boot-jdk10-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-project.yml
|
|
|
|
file: git-repo/ci/tasks/build-project.yml
|
|
|
|
- aggregate:
|
|
|
|
- aggregate:
|
|
|
|
- task: build-samples
|
|
|
|
- task: build-samples
|
|
|
|
timeout: 1h30m
|
|
|
|
timeout: ((task-timeout))
|
|
|
|
image: spring-boot-jdk10-ci-image
|
|
|
|
image: spring-boot-jdk10-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-jdk10-ci-image
|
|
|
|
image: spring-boot-jdk10-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-jdk10-ci-image
|
|
|
|
image: spring-boot-jdk10-ci-image
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
file: git-repo/ci/tasks/build-deployment-tests.yml
|
|
|
|
on_failure:
|
|
|
|
on_failure:
|
|
|
|