ci:every job settimeout 30min

This commit is contained in:
luoliwoshang
2025-09-05 11:26:29 +08:00
parent 7ae6686f6b
commit 22c26c1aaa
6 changed files with 14 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ concurrency:
jobs: jobs:
doc_verify: doc_verify:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5
@@ -35,6 +36,7 @@ jobs:
remote_install: remote_install:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: os:
@@ -71,6 +73,7 @@ jobs:
local_install: local_install:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: os:
@@ -122,6 +125,7 @@ jobs:
local_install_full: local_install_full:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: os:

View File

@@ -13,6 +13,7 @@ concurrency:
jobs: jobs:
fmt: fmt:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30
steps: steps:
- uses: actions/checkout@v5 - uses: actions/checkout@v5

View File

@@ -16,6 +16,7 @@ concurrency:
jobs: jobs:
test: test:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: os:

View File

@@ -16,6 +16,7 @@ concurrency:
jobs: jobs:
download-model: download-model:
runs-on: ubuntu-latest runs-on: ubuntu-latest
timeout-minutes: 30
steps: steps:
- name: Download model file - name: Download model file
run: | run: |
@@ -32,6 +33,7 @@ jobs:
llgo: llgo:
needs: download-model needs: download-model
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: os:
@@ -137,6 +139,7 @@ jobs:
test: test:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: os:
@@ -180,6 +183,7 @@ jobs:
hello: hello:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: [ubuntu-24.04, macos-latest] os: [ubuntu-24.04, macos-latest]
@@ -238,6 +242,7 @@ jobs:
cross-compile: cross-compile:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: [macos-latest] os: [macos-latest]

View File

@@ -12,6 +12,7 @@ concurrency:
jobs: jobs:
populate-darwin-sysroot: populate-darwin-sysroot:
runs-on: macos-latest runs-on: macos-latest
timeout-minutes: 30
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v5 uses: actions/checkout@v5
@@ -28,6 +29,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: populate-darwin-sysroot needs: populate-darwin-sysroot
timeout-minutes: 30
steps: steps:
- name: Check out code - name: Check out code
uses: actions/checkout@v5 uses: actions/checkout@v5

View File

@@ -14,6 +14,7 @@ concurrency:
jobs: jobs:
llgo: llgo:
continue-on-error: true continue-on-error: true
timeout-minutes: 30
strategy: strategy:
matrix: matrix:
os: os: