[skip ci] Remove unused code (#8136)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/8039/head
edward.zeng 2021-09-17 14:57:49 +08:00 committed by GitHub
parent 31df0faaf5
commit b1afed4ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 13 deletions

View File

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