ci:test ci

This commit is contained in:
chenhaoran 2022-11-23 21:56:12 +08:00
parent 270c34928a
commit 5a4b7e95eb
1 changed files with 2 additions and 2 deletions

View File

@ -361,7 +361,7 @@ pipeline {
}
parallel {
stage('check docs') {
agent{label " slave1_47 "}
agent{label " slave1_48 "}
steps {
check_docs()
}
@ -407,7 +407,7 @@ pipeline {
}
}
stage('linux test') {
agent{label " slave1_47 "}
agent{label " slave1_48 "}
options { skipDefaultCheckout() }
when {
changeRequest()