mirror of https://github.com/milvus-io/milvus.git
enhance: correct nightly e2e (#29919)
Signed-off-by: Sammy Huang <sammy.huang@zilliz.com>pull/29932/head
parent
10622698df
commit
d3dd2a2032
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue