mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Disable mysql in nightly tests (#22436)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/22459/head
parent
d433e95ce0
commit
95f7a2d452
|
@ -111,9 +111,9 @@ pipeline {
|
|||
clusterEnabled = "true"
|
||||
} else if ("${MILVUS_SERVER_TYPE}" == "distributed-kafka") {
|
||||
clusterEnabled = "true"
|
||||
mysqlEnabled = "true"
|
||||
// mysqlEnabled = "true"
|
||||
mqMode='kafka'
|
||||
mysql_architecture = "replication"
|
||||
// mysql_architecture = "replication"
|
||||
}
|
||||
if ("${MILVUS_CLIENT}" == "pymilvus") {
|
||||
if ("${imageTag}"==''){
|
||||
|
|
Loading…
Reference in New Issue