This is an automated email from the ASF dual-hosted git repository.
kou pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-julia.git
The following commit(s) were added to refs/heads/main by this push:
new b3693d5 ci: Set timeout (#533)
b3693d5 is described below
commit b3693d56858ba4286ac02869e385b9b237077293
Author: Sutou Kouhei <[email protected]>
AuthorDate: Tue Sep 9 13:42:10 2025 +0900
ci: Set timeout (#533)
fixes #532
---
.github/workflows/CompatHelper.yml | 1 +
.github/workflows/TagBot.yml | 1 +
.github/workflows/ci.yml | 6 ++++++
3 files changed, 8 insertions(+)
diff --git a/.github/workflows/CompatHelper.yml
b/.github/workflows/CompatHelper.yml
index 6500df6..f93c87c 100644
--- a/.github/workflows/CompatHelper.yml
+++ b/.github/workflows/CompatHelper.yml
@@ -26,6 +26,7 @@ permissions:
jobs:
CompatHelper:
runs-on: ubuntu-latest
+ timeout-minutes: 15
steps:
- name: Check if Julia is already available in the PATH
id: julia_in_path
diff --git a/.github/workflows/TagBot.yml b/.github/workflows/TagBot.yml
index de04388..ad381d1 100644
--- a/.github/workflows/TagBot.yml
+++ b/.github/workflows/TagBot.yml
@@ -25,6 +25,7 @@ jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor ==
'JuliaTagBot'
runs-on: ubuntu-latest
+ timeout-minutes: 5
steps:
- uses: JuliaRegistries/TagBot@v1
with:
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 5b48403..c30eb63 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,6 +28,7 @@ jobs:
license:
name: Audit licenses
runs-on: ubuntu-latest
+ timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: actions/setup-python@v6
@@ -38,6 +39,7 @@ jobs:
release:
name: Verify release - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
+ timeout-minutes: 30
strategy:
fail-fast: false
matrix:
@@ -75,6 +77,7 @@ jobs:
test:
name: ${{ matrix.pkg.name }} - Julia ${{ matrix.version }} - ${{ matrix.os
}} - ${{ matrix.arch }} - ${{ matrix.nthreads }} threads - ${{
github.event_name }}
runs-on: ${{ matrix.os }}
+ timeout-minutes: 45
strategy:
fail-fast: false
matrix:
@@ -124,6 +127,7 @@ jobs:
test_monorepo:
name: Monorepo dev - Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{
matrix.arch }} - ${{ github.event_name }}
runs-on: ${{ matrix.os }}
+ timeout-minutes: 30
strategy:
fail-fast: true
matrix:
@@ -161,6 +165,7 @@ jobs:
docs:
name: Documentation
runs-on: ubuntu-latest
+ timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: julia-actions/julia-buildpkg@latest
@@ -170,6 +175,7 @@ jobs:
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }}
Format:
runs-on: ubuntu-latest
+ timeout-minutes: 5
steps:
- uses: julia-actions/setup-julia@v2
- uses: actions/checkout@v5