[ci skip]update jenkinsfile
This commit is contained in:
parent
c927ab9c54
commit
4a5d0f205f
|
@ -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 '''
|
||||||
|
|
Loading…
Reference in New Issue