Commit 168326d9 authored by Stephane Nicoll's avatar Stephane Nicoll

Polish

See gh-20576
parent 0e796479
...@@ -452,16 +452,24 @@ jobs: ...@@ -452,16 +452,24 @@ jobs:
- put: repo-status-jdk14-build - put: repo-status-jdk14-build
params: { state: "pending", commit: "git-repo" } params: { state: "pending", commit: "git-repo" }
- do: - do:
- task: build-project - task: build-project
privileged: true privileged: true
timeout: ((task-timeout)) timeout: ((task-timeout))
image: spring-boot-jdk14-ci-image image: spring-boot-jdk14-ci-image
file: git-repo/ci/tasks/build-project.yml file: git-repo/ci/tasks/build-project.yml
params: - in_parallel:
BRANCH: ((branch)) - task: build-smoke-tests
GRADLE_ENTERPRISE_ACCESS_KEY: ((gradle_enterprise_secret_access_key)) timeout: ((task-timeout))
GRADLE_ENTERPRISE_CACHE_USERNAME: ((gradle_enterprise_cache_user.username)) image: spring-boot-jdk14-ci-image
GRADLE_ENTERPRISE_CACHE_PASSWORD: ((gradle_enterprise_cache_user.password)) file: git-repo/ci/tasks/build-smoke-tests.yml
- task: build-integration-tests
timeout: ((task-timeout))
image: spring-boot-jdk14-ci-image
file: git-repo/ci/tasks/build-integration-tests.yml
- task: build-deployment-tests
timeout: ((task-timeout))
image: spring-boot-jdk14-ci-image
file: git-repo/ci/tasks/build-deployment-tests.yml
on_failure: on_failure:
do: do:
- put: repo-status-jdk14-build - put: repo-status-jdk14-build
......
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