[ci skip]update jenkinsfile

This commit is contained in:
liuyq-617 2021-08-30 18:30:03 +08:00
parent c927ab9c54
commit 4a5d0f205f
1 changed files with 5 additions and 7 deletions

12
Jenkinsfile vendored
View File

@ -256,13 +256,11 @@ pipeline {
steps { steps {
pre_test() pre_test()
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { timeout(time: 60, unit: 'MINUTES'){
timeout(time: 60, unit: 'MINUTES'){ sh '''
sh ''' cd ${WKC}/tests/pytest
cd ${WKC}/tests/pytest ./crash_gen.sh -a -p -t 4 -s 2000
./crash_gen.sh -a -p -t 4 -s 2000 '''
'''
}
} }
timeout(time: 60, unit: 'MINUTES'){ timeout(time: 60, unit: 'MINUTES'){
// sh ''' // sh '''