mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-07 01:28:27 +08:00
[skip e2e] Disable mysql in nightly tests (#22436)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
d433e95ce0
commit
95f7a2d452
@ -111,9 +111,9 @@ pipeline {
|
|||||||
clusterEnabled = "true"
|
clusterEnabled = "true"
|
||||||
} else if ("${MILVUS_SERVER_TYPE}" == "distributed-kafka") {
|
} else if ("${MILVUS_SERVER_TYPE}" == "distributed-kafka") {
|
||||||
clusterEnabled = "true"
|
clusterEnabled = "true"
|
||||||
mysqlEnabled = "true"
|
// mysqlEnabled = "true"
|
||||||
mqMode='kafka'
|
mqMode='kafka'
|
||||||
mysql_architecture = "replication"
|
// mysql_architecture = "replication"
|
||||||
}
|
}
|
||||||
if ("${MILVUS_CLIENT}" == "pymilvus") {
|
if ("${MILVUS_CLIENT}" == "pymilvus") {
|
||||||
if ("${imageTag}"==''){
|
if ("${imageTag}"==''){
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user