Fix CI scripts following samples rename

See gh-17197
This commit is contained in:
Madhura Bhave 2019-06-25 16:58:50 -07:00
parent 0545a1396c
commit c9d6617713
3 changed files with 9 additions and 9 deletions

View File

@ -193,10 +193,10 @@ jobs:
image: spring-boot-ci-image
file: git-repo/ci/tasks/build-project.yml
- aggregate:
- task: build-samples
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-ci-image
file: git-repo/ci/tasks/build-samples.yml
file: git-repo/ci/tasks/build-smoke-tests.yml
- task: build-integration-tests
timeout: 1h30m
image: spring-boot-ci-image
@ -259,10 +259,10 @@ jobs:
image: spring-boot-ci-image
file: git-repo/ci/tasks/build-pr-project.yml
- aggregate:
- task: build-samples
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-ci-image
file: git-repo/ci/tasks/build-samples.yml
file: git-repo/ci/tasks/build-smoke-tests.yml
- task: build-integration-tests
timeout: 1h30m
image: spring-boot-ci-image
@ -297,10 +297,10 @@ jobs:
image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-project.yml
- aggregate:
- task: build-samples
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-jdk11-ci-image
file: git-repo/ci/tasks/build-samples.yml
file: git-repo/ci/tasks/build-smoke-tests.yml
- task: build-integration-tests
timeout: 1h30m
image: spring-boot-jdk11-ci-image
@ -343,10 +343,10 @@ jobs:
image: spring-boot-jdk12-ci-image
file: git-repo/ci/tasks/build-project.yml
- aggregate:
- task: build-samples
- task: build-smoke-tests
timeout: 1h30m
image: spring-boot-jdk12-ci-image
file: git-repo/ci/tasks/build-samples.yml
file: git-repo/ci/tasks/build-smoke-tests.yml
- task: build-integration-tests
timeout: 1h30m
image: spring-boot-jdk12-ci-image

View File

@ -7,4 +7,4 @@ caches:
- path: maven
- path: gradle
run:
path: git-repo/ci/scripts/build-samples.sh
path: git-repo/ci/scripts/build-smoke-tests.sh