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

update local CI

上级 220f6670
...@@ -48,7 +48,7 @@ pipeline { ...@@ -48,7 +48,7 @@ pipeline {
} }
} }
stage('test_b1') { stage('test_b1') {
agent{label 'master'} agent{label 'slad2'}
steps { steps {
pre_test() pre_test()
...@@ -62,7 +62,7 @@ pipeline { ...@@ -62,7 +62,7 @@ pipeline {
} }
stage('test_crash_gen') { stage('test_crash_gen') {
agent{label "slad2"} agent{label "slad3"}
steps { steps {
pre_test() pre_test()
sh ''' sh '''
...@@ -141,7 +141,7 @@ pipeline { ...@@ -141,7 +141,7 @@ pipeline {
} }
stage('test_valgrind') { stage('test_valgrind') {
agent{label "slad3"} agent{label "slad4"}
steps { steps {
pre_test() pre_test()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册