未验证 提交 04934ea8 编写于 作者: S Shengliang Guan 提交者: GitHub

Merge pull request #9701 from taosdata/CI/3.0

[TD-12798]<CI> add timeout for CI
...@@ -105,15 +105,17 @@ pipeline { ...@@ -105,15 +105,17 @@ pipeline {
abort_previous() abort_previous()
abortPreviousBuilds() abortPreviousBuilds()
} }
pre_test() timeout(time: 45, unit: 'MINUTES'){
sh''' pre_test()
cd ${WKC}/tests sh'''
./test-all.sh b1fq cd ${WKC}/tests
''' ./test-all.sh b1fq
sh''' '''
cd ${WKC}/debug sh'''
ctest cd ${WKC}/debug
''' ctest
'''
}
} }
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册