mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
Modify nightly script (#24831)
Signed-off-by: nico <cheng.yuan@zilliz.com>
This commit is contained in:
parent
ee2d458da4
commit
f18443447f
@ -212,16 +212,6 @@ pipeline {
|
||||
e2e_timeout_seconds = 1 * 60 * 60
|
||||
}
|
||||
if ("${MILVUS_CLIENT}" == "pymilvus") {
|
||||
if ("${MILVUS_SERVER_TYPE}" == "standalone-authentication") {
|
||||
sh """
|
||||
MILVUS_HELM_RELEASE_NAME="${release_name}" \
|
||||
MILVUS_HELM_NAMESPACE="milvus-ci" \
|
||||
MILVUS_CLUSTER_ENABLED="${clusterEnabled}" \
|
||||
TEST_TIMEOUT="${e2e_timeout_seconds}" \
|
||||
MQ_MODE="${mqMode}" \
|
||||
./ci_e2e.sh "-n 6 --tags ${tag} testcases/test_utility.py::TestUtilityUserPassword testcases/test_utility.py::TestUtilityInvalidUserPassword"
|
||||
"""
|
||||
} else {
|
||||
sh """
|
||||
MILVUS_HELM_RELEASE_NAME="${release_name}" \
|
||||
MILVUS_HELM_NAMESPACE="milvus-ci" \
|
||||
@ -230,7 +220,6 @@ pipeline {
|
||||
MQ_MODE="${mqMode}" \
|
||||
./ci_e2e.sh "-n 6 --tags ${tag}"
|
||||
"""
|
||||
}
|
||||
} else {
|
||||
error "Error: Unsupported Milvus client: ${MILVUS_CLIENT}"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user