test:add slave50 in ci

This commit is contained in:
chenhaoran 2023-11-14 20:25:05 +08:00
parent 0aff2f01ab
commit f25e0923f1
1 changed files with 1 additions and 1 deletions

View File

@ -409,7 +409,7 @@ pipeline {
}
}
stage('linux test') {
agent{label " slave1_47 || slave1_48 || slave1_49 || slave1_52 || worker03 || slave215 || slave217 || slave219 "}
agent{label " slave1_50 "}
options { skipDefaultCheckout() }
when {
changeRequest()