[skip e2e] Remove kind in label (#14582)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/14596/merge
Jenny Li 2021-12-30 14:03:41 +08:00 committed by GitHub
parent 57cd90c6a3
commit 78167cc605
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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