提交 230bcee1 编写于 作者: L liuyq-617

fix

上级 55c15f3d
...@@ -160,6 +160,9 @@ pipeline { ...@@ -160,6 +160,9 @@ pipeline {
stage('test_crash_gen_s3') { stage('test_crash_gen_s3') {
agent{label "b2"} agent{label "b2"}
options{
timeout(time: 45, unit: 'MINUTES')
}
steps { steps {
pre_test() pre_test()
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
...@@ -171,17 +174,16 @@ pipeline { ...@@ -171,17 +174,16 @@ pipeline {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh ''' sh '''
cd ${WKC}/tests/pytest cd ${WKC}/tests/pytest
rm -rf /var/lib/taos/*
./handle_crash_gen_val_log.sh ./handle_crash_gen_val_log.sh
''' '''
} }
timeout(time: 45, unit: 'MINUTES'){ sh '''
sh ''' date
date cd ${WKC}/tests
cd ${WKC}/tests ./test-all.sh b2fq
./test-all.sh b2fq date
date '''
'''
}
} }
} }
...@@ -215,6 +217,7 @@ pipeline { ...@@ -215,6 +217,7 @@ pipeline {
date date
cd ${WKC}/tests cd ${WKC}/tests
./test-all.sh b4fq ./test-all.sh b4fq
cd ${WKC}/tests
./test-all.sh p4 ./test-all.sh p4
date''' date'''
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册