[CI] Add timeout limit to JVM tests. (#10673)
This commit is contained in:
parent
ad32b4e021
commit
2e7ba900ef
1
.github/workflows/jvm_tests.yml
vendored
1
.github/workflows/jvm_tests.yml
vendored
@ -12,6 +12,7 @@ concurrency:
|
|||||||
jobs:
|
jobs:
|
||||||
test-with-jvm:
|
test-with-jvm:
|
||||||
name: Test JVM on OS ${{ matrix.os }}
|
name: Test JVM on OS ${{ matrix.os }}
|
||||||
|
timeout-minutes: 30
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|||||||
@ -52,6 +52,7 @@ steps:
|
|||||||
agents:
|
agents:
|
||||||
queue: linux-amd64-cpu
|
queue: linux-amd64-cpu
|
||||||
- label: ":console: Build JVM packages"
|
- label: ":console: Build JVM packages"
|
||||||
|
timeout_in_minutes: 30
|
||||||
command: "tests/buildkite/build-jvm-packages.sh"
|
command: "tests/buildkite/build-jvm-packages.sh"
|
||||||
key: build-jvm-packages
|
key: build-jvm-packages
|
||||||
agents:
|
agents:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user