[skip e2e] Update label for better data collecting (#14914)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/14927/head
Jenny Li 2022-01-06 13:41:53 +08:00 committed by GitHub
parent f44317340f
commit 3057b0c50b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -3,7 +3,7 @@
pipeline {
agent {
kubernetes {
label "milvus-e2e-test"
label "milvus-publish-image"
defaultContainer 'main'
yamlFile "build/ci/jenkins/pod/rte.yaml"
customWorkspace '/home/jenkins/agent/workspace'