Use new label (#15355)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/15362/head
Jenny Li 2022-01-24 14:42:06 +08:00 committed by GitHub
parent de197e6eb8
commit 50c5557c20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ pipeline {
}
agent {
kubernetes {
label 'milvus-e2e-test-pipeline'
label 'milvus-qa-e2e-test-pipeline'
inheritFrom 'default'
defaultContainer 'main'
yamlFile 'build/ci/jenkins/pod/qa/rte.yaml'
@ -145,7 +145,7 @@ pipeline {
stage('E2E Test'){
agent {
kubernetes {
label 'milvus-e2e-test-pr'
label 'milvus-qa-e2e-test-pr'
inheritFrom 'default'
defaultContainer 'main'
yamlFile 'build/ci/jenkins/pod/qa/rte.yaml'