chore: restore Jenkinsfile2

This commit is contained in:
Kaili Xu 2024-12-17 21:45:35 +08:00 committed by GitHub
parent 8b6b653c78
commit 972538cdeb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

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