Merge branch 'test/3.0/td-30934' of https://github.com/taosdata/TDengine into test/3.0/td-30934

This commit is contained in:
chenhaoran 2024-07-14 17:58:20 +08:00
commit 349d960ac6
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()