feat: only use slave217-1 server for ci

This commit is contained in:
Alex Duan 2025-01-24 15:37:40 +08:00
parent e2dbe4a490
commit bac71cbda2
1 changed files with 2 additions and 2 deletions

View File

@ -411,7 +411,7 @@ pipeline {
} }
stages { stages {
stage ('check doc file changed') { stage ('check doc file changed') {
agent{label " slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || slave1_59 || slave1_63 || worker03 || slave215 || slave217 || slave219 || Mac_catalina "} agent{label " slave217-1 "}
steps { steps {
check_docs() check_docs()
} }
@ -505,7 +505,7 @@ pipeline {
} }
} }
stage('linux test') { stage('linux test') {
agent{label "slave1_47 || slave1_48 || slave1_49 || slave1_50 || slave1_52 || slave1_59 || slave1_63 || worker03 || slave215 || slave217 || slave219 "} agent{label " slave217-1 "}
options { skipDefaultCheckout() } options { skipDefaultCheckout() }
when { when {
changeRequest() changeRequest()