enhance: correct nightly e2e (#29919)

Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>
pull/29932/head
sammy.huang 2024-01-12 14:42:52 +08:00 committed by GitHub
parent 10622698df
commit d3dd2a2032
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -40,6 +40,9 @@ function milvus_ci_release_name(){
elif [[ "${MILVUS_SERVER_TYPE:-}" == "standalone-authentication" ]]; then
# Standalone authentication mode
name+="a"
elif [[ "${MILVUS_SERVER_TYPE:-}" == "standalone-one-pod" ]]; then
# Standalone mode with one pod
name+="sop"
else
# Standalone mode
name+="s"