Fix main branch build (#2295)
This commit is contained in:
parent
82e3166e68
commit
447470ffaa
|
@ -23,14 +23,10 @@ jobs:
|
||||||
job-id: jdk11
|
job-id: jdk11
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: nick-invision/retry@v2.4.0
|
|
||||||
env:
|
env:
|
||||||
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
||||||
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
||||||
with:
|
run: ./gradlew build --stacktrace
|
||||||
command: ./gradlew build --stacktrace
|
|
||||||
timeout_minutes: 90
|
|
||||||
max_attempts: 3
|
|
||||||
|
|
||||||
example-distro:
|
example-distro:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -76,11 +72,7 @@ jobs:
|
||||||
job-id: jdk${{ matrix.java }}
|
job-id: jdk${{ matrix.java }}
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: nick-invision/retry@v2.4.0
|
|
||||||
env:
|
env:
|
||||||
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
||||||
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
||||||
with:
|
run: ./gradlew test -PtestJavaVersion=${{ matrix.java }} --stacktrace -Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }} -Porg.gradle.java.installations.auto-download=false
|
||||||
command: ./gradlew test -PtestJavaVersion=${{ matrix.java }} --stacktrace -Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }} -Porg.gradle.java.installations.auto-download=false
|
|
||||||
timeout_minutes: 180
|
|
||||||
max_attempts: 3
|
|
||||||
|
|
|
@ -23,14 +23,10 @@ jobs:
|
||||||
job-id: jdk11
|
job-id: jdk11
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
uses: nick-invision/retry@v2.4.0
|
|
||||||
env:
|
env:
|
||||||
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
||||||
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
||||||
with:
|
run: ./gradlew build --stacktrace
|
||||||
command: ./gradlew build --stacktrace
|
|
||||||
timeout_minutes: 90
|
|
||||||
max_attempts: 3
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -57,14 +53,10 @@ jobs:
|
||||||
job-id: jdk${{ matrix.java }}
|
job-id: jdk${{ matrix.java }}
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: nick-invision/retry@v2.4.0
|
|
||||||
env:
|
env:
|
||||||
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
||||||
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
||||||
with:
|
run: ./gradlew test -PtestJavaVersion=${{ matrix.java }} --stacktrace -Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }} -Porg.gradle.java.installations.auto-download=false
|
||||||
command: ./gradlew test -PtestJavaVersion=${{ matrix.java }} --stacktrace -Porg.gradle.java.installations.paths=${{ steps.setup-test-java.outputs.path }} -Porg.gradle.java.installations.auto-download=false
|
|
||||||
timeout_minutes: 180
|
|
||||||
max_attempts: 3
|
|
||||||
|
|
||||||
testLatestDep:
|
testLatestDep:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
@ -81,14 +73,10 @@ jobs:
|
||||||
job-id: latestDepTest
|
job-id: latestDepTest
|
||||||
|
|
||||||
- name: Test
|
- name: Test
|
||||||
uses: nick-invision/retry@v2.4.0
|
|
||||||
env:
|
env:
|
||||||
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
S3_BUILD_CACHE_ACCESS_KEY_ID: ${{ secrets.S3_BUILD_CACHE_ACCESS_KEY_ID }}
|
||||||
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
S3_BUILD_CACHE_SECRET_KEY: ${{ secrets.S3_BUILD_CACHE_SECRET_KEY }}
|
||||||
with:
|
run: ./gradlew test -PtestLatestDeps=true --stacktrace
|
||||||
command: ./gradlew test -PtestLatestDeps=true --stacktrace
|
|
||||||
timeout_minutes: 60
|
|
||||||
max_attempts: 3
|
|
||||||
|
|
||||||
snapshot:
|
snapshot:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
Loading…
Reference in New Issue