[skip ci] Remove unused code (#8339)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/8342/head
edward.zeng 2021-09-22 21:57:54 +08:00 committed by GitHub
parent 88d18ef0e6
commit 88b485a453
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

@ -23,7 +23,6 @@ pipeline {
axis {
name 'MILVUS_CLIENT'
values 'pymilvus'
// 'pymilvus-orm'
}
}
agent {
@ -73,18 +72,6 @@ pipeline {
--test-extra-arg "-x --tags L0 L1" \
--test-timeout ${e2e_timeout_seconds}
"""
// } else if ("${MILVUS_CLIENT}" == "pymilvus-orm") {
// sh """
// MILVUS_CLUSTER_ENABLED=${clusterEnabled} \
// ./e2e-k8s.sh \
// --node-image registry.zilliz.com/kindest/node:v1.20.2 \
// --skip-export-logs \
// --skip-cleanup \
// --kind-config "${env.WORKSPACE}/build/config/topology/trustworthy-jwt-ci.yaml" \
// --install-extra-arg "--set etcd.enabled=false --set externalEtcd.enabled=true --set externalEtcd.endpoints={\$KRTE_POD_IP:2379}" \
// --test-extra-arg "--tags L0 L1" \
// --test-timeout ${e2e_timeout_seconds}
// """
} else {
error "Error: Unsupported Milvus client: ${MILVUS_CLIENT}"
}