[TD-4327]jenkins migration

This commit is contained in:
liuyq-617 2021-05-24 17:03:40 +08:00
parent 432f961e61
commit 71c41bdd3b
1 changed files with 3 additions and 3 deletions

6
tests/Jenkinsfile vendored
View File

@ -37,7 +37,7 @@ pipeline {
stage('Parallel test stage') {
parallel {
stage('pytest') {
agent{label '184'}
agent{label 'slad1'}
steps {
pre_test()
sh '''
@ -62,7 +62,7 @@ pipeline {
}
stage('test_crash_gen') {
agent{label "185"}
agent{label "slad2"}
steps {
pre_test()
sh '''
@ -149,7 +149,7 @@ pipeline {
}
stage('test_valgrind') {
agent{label "186"}
agent{label "slad3"}
steps {
pre_test()