提交 10f0d6ab 编写于 作者: L liuyq-617

test

上级 e2cdea9e
...@@ -179,7 +179,7 @@ pipeline { ...@@ -179,7 +179,7 @@ pipeline {
} }
parallel { parallel {
stage('python_1_s1') { stage('python_1_s1') {
agent any agent {label 'tt'}
steps { steps {
pre_test() pre_test()
...@@ -194,7 +194,7 @@ pipeline { ...@@ -194,7 +194,7 @@ pipeline {
} }
} }
stage('python_2_s5') { stage('python_2_s5') {
agent any agent {label 'tt'}
steps { steps {
pre_test() pre_test()
...@@ -208,7 +208,7 @@ pipeline { ...@@ -208,7 +208,7 @@ pipeline {
} }
} }
stage('python_3_s6') { stage('python_3_s6') {
agent any agent {label 'tt'}
steps { steps {
timeout(time: 45, unit: 'MINUTES'){ timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()
...@@ -221,7 +221,7 @@ pipeline { ...@@ -221,7 +221,7 @@ pipeline {
} }
} }
stage('test_b1_s2') { stage('test_b1_s2') {
agent any agent {label 'tt'}
steps { steps {
timeout(time: 45, unit: 'MINUTES'){ timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()
...@@ -234,7 +234,7 @@ pipeline { ...@@ -234,7 +234,7 @@ pipeline {
} }
stage('test_crash_gen_s3') { stage('test_crash_gen_s3') {
agent any agent {label 'tt'}
steps { steps {
pre_test() pre_test()
...@@ -273,7 +273,7 @@ pipeline { ...@@ -273,7 +273,7 @@ pipeline {
} }
stage('test_valgrind_s4') { stage('test_valgrind_s4') {
agent any agent {label 'tt'}
steps { steps {
pre_test() pre_test()
...@@ -299,7 +299,7 @@ pipeline { ...@@ -299,7 +299,7 @@ pipeline {
} }
} }
stage('test_b4_s7') { stage('test_b4_s7') {
agent any agent {label 'tt'}
steps { steps {
timeout(time: 45, unit: 'MINUTES'){ timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()
...@@ -318,7 +318,7 @@ pipeline { ...@@ -318,7 +318,7 @@ pipeline {
} }
} }
stage('test_b5_s8') { stage('test_b5_s8') {
agent any agent {label 'tt'}
steps { steps {
timeout(time: 45, unit: 'MINUTES'){ timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()
...@@ -331,7 +331,7 @@ pipeline { ...@@ -331,7 +331,7 @@ pipeline {
} }
} }
stage('test_b6_s9') { stage('test_b6_s9') {
agent any agent {label 'tt'}
steps { steps {
timeout(time: 45, unit: 'MINUTES'){ timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()
...@@ -344,7 +344,7 @@ pipeline { ...@@ -344,7 +344,7 @@ pipeline {
} }
} }
stage('test_b7_s10') { stage('test_b7_s10') {
agent any agent {label 'tt'}
steps { steps {
timeout(time: 45, unit: 'MINUTES'){ timeout(time: 45, unit: 'MINUTES'){
pre_test() pre_test()
......
...@@ -18108,4 +18108,4 @@ ...@@ -18108,4 +18108,4 @@
fun:_PyEval_EvalFrameDefault fun:_PyEval_EvalFrameDefault
fun:_PyEval_EvalCodeWithName fun:_PyEval_EvalCodeWithName
fun:_PyFunction_Vectorcall fun:_PyFunction_Vectorcall
} }
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册