mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
Set a timeout for a whole job on Github action pipeline (#3745)
* Archive dev test logs in Jenkins CI Signed-off-by: quicksilver <zhifeng.zhang@zilliz.com>
This commit is contained in:
parent
eb6954d506
commit
36da3045f6
2
.github/workflows/core.yml
vendored
2
.github/workflows/core.yml
vendored
@ -26,6 +26,7 @@ jobs:
|
||||
ubuntu:
|
||||
name: AMD64 Ubuntu ${{ matrix.ubuntu }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
@ -79,6 +80,7 @@ jobs:
|
||||
centos:
|
||||
name: AMD64 CentOS ${{ matrix.centos }}
|
||||
runs-on: ubuntu-latest
|
||||
timeout-minutes: 60
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
|
||||
@ -9,4 +9,3 @@ lapack-devel openssl-devel
|
||||
echo "source scl_source enable devtoolset-7" | sudo tee -a /etc/profile.d/devtoolset-7.sh
|
||||
echo "source scl_source enable llvm-toolset-7.0" | sudo tee -a /etc/profile.d/llvm-toolset-7.sh
|
||||
echo "export CLANG_TOOLS_PATH=/opt/rh/llvm-toolset-7.0/root/usr/bin" | sudo tee -a /etc/profile.d/llvm-toolset-7.sh
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user