Skip to content

Commit 45e5988

Browse files
committed
Merge branch 'apache-3.1' into 3.1.5-release
2 parents 92f7ac6 + 04ce339 commit 45e5988

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build-and-test-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ jobs:
229229
needs: [build-source, integration-test-prepare]
230230
name: "Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
231231
runs-on: ubuntu-latest
232-
timeout-minutes: 30
232+
timeout-minutes: 90
233233
env:
234234
JAVA_VER: 8
235235
TEST_CASE_FILE: jobs/testjob_${{matrix.job_id}}.txt

.github/workflows/build-and-test-scheduled-3.1.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@ jobs:
235235
needs: [build-source, integration-test-prepare]
236236
name: "Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
237237
runs-on: ubuntu-latest
238-
timeout-minutes: 30
238+
timeout-minutes: 90
239239
env:
240240
JAVA_VER: ${{matrix.jdk}}
241241
TEST_CASE_FILE: jobs/testjob_${{matrix.job_id}}.txt
242242
strategy:
243243
fail-fast: false
244244
matrix:
245-
jdk: [ 8, 11, 17, 19 ]
245+
jdk: [ 8, 11 ]
246246
job_id: [1, 2, 3, 4, 5]
247247
steps:
248248
- uses: actions/checkout@v3
@@ -299,7 +299,7 @@ jobs:
299299
JAVA_VER: ${{matrix.jdk}}
300300
strategy:
301301
matrix:
302-
jdk: [ 8, 11, 17, 19 ]
302+
jdk: [ 8, 11 ]
303303
steps:
304304
- uses: actions/checkout@v3
305305
with:

.github/workflows/build-and-test-scheduled-3.2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
needs: [build-source, integration-test-prepare]
236236
name: "Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
237237
runs-on: ubuntu-latest
238-
timeout-minutes: 30
238+
timeout-minutes: 90
239239
env:
240240
JAVA_VER: ${{matrix.jdk}}
241241
TEST_CASE_FILE: jobs/testjob_${{matrix.job_id}}.txt

.github/workflows/release-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231
needs: [build-source, integration-test-prepare]
232232
name: "Integration Test on ubuntu-latest (JobId: ${{matrix.job_id}})"
233233
runs-on: ubuntu-latest
234-
timeout-minutes: 30
234+
timeout-minutes: 90
235235
env:
236236
JAVA_VER: ${{matrix.jdk}}
237237
TEST_CASE_FILE: jobs/testjob_${{matrix.job_id}}.txt

0 commit comments

Comments
 (0)