test: test ci

This commit is contained in:
chenhaoran 2024-07-14 18:00:15 +08:00
parent 349d960ac6
commit dc0993bbf4
1 changed files with 1 additions and 1 deletions

View File

@ -401,7 +401,7 @@ pipeline {
}
}
stage('linux test') {
agent{label "slave1_52 | slave217 | slave219 "}
agent{label "slave1_52 || slave217 || slave219 "}
options { skipDefaultCheckout() }
when {
changeRequest()