Port the build to Gradle
Closes gh-19609 Closes gh-19608
This commit is contained in:
@@ -1,10 +0,0 @@
|
||||
---
|
||||
platform: linux
|
||||
inputs:
|
||||
- name: git-repo
|
||||
- name: distribution-repository
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
run:
|
||||
path: git-repo/ci/scripts/build-deployment-tests.sh
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
platform: linux
|
||||
inputs:
|
||||
- name: git-repo
|
||||
- name: distribution-repository
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
run:
|
||||
path: git-repo/ci/scripts/build-integration-tests.sh
|
||||
@@ -7,5 +7,8 @@ outputs:
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
params:
|
||||
CI: true
|
||||
GRADLE_ENTERPRISE_URL: https://ge.spring.io
|
||||
run:
|
||||
path: git-repo/ci/scripts/build-project.sh
|
||||
|
||||
@@ -8,6 +8,11 @@ caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
- path: embedmongo
|
||||
params:
|
||||
CI: true
|
||||
GRADLE_ENTERPRISE_CACHE_USERNAME:
|
||||
GRADLE_ENTERPRISE_CACHE_PASSWORD:
|
||||
GRADLE_ENTERPRISE_URL: https://ge.spring.io
|
||||
run:
|
||||
path: bash
|
||||
args:
|
||||
@@ -16,4 +21,3 @@ run:
|
||||
source /docker-lib.sh
|
||||
start_docker
|
||||
${PWD}/git-repo/ci/scripts/build-project.sh
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
---
|
||||
platform: linux
|
||||
inputs:
|
||||
- name: git-repo
|
||||
- name: distribution-repository
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
run:
|
||||
path: git-repo/ci/scripts/build-smoke-tests.sh
|
||||
@@ -7,6 +7,10 @@ outputs:
|
||||
- name: distribution-repository
|
||||
params:
|
||||
RELEASE_TYPE:
|
||||
CI: true
|
||||
GRADLE_ENTERPRISE_CACHE_USERNAME:
|
||||
GRADLE_ENTERPRISE_CACHE_PASSWORD:
|
||||
GRADLE_ENTERPRISE_URL: https://ge.spring.io
|
||||
caches:
|
||||
- path: maven
|
||||
- path: gradle
|
||||
|
||||
Reference in New Issue
Block a user