[skip e2e] Change krte to rte (#14394)

Signed-off-by: Jenny Li <jing.li@zilliz.com>
pull/14412/head
Jenny Li 2021-12-28 13:35:20 +08:00 committed by GitHub
parent e6fef99dae
commit f170eac29f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ pipeline {
kubernetes {
label "milvus-e2e-test-kind"
defaultContainer 'main'
yamlFile "build/ci/jenkins/pod/krte.yaml"
yamlFile "build/ci/jenkins/pod/rte.yaml"
customWorkspace '/home/jenkins/agent/workspace'
// We allow this pod to remain active for a while, later jobs can
// reuse cache in previous created nodes.