[skip e2e] Disable mysql in nightly tests (#22436)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
binbin 2023-02-27 19:49:54 +08:00 committed by GitHub
parent d433e95ce0
commit 95f7a2d452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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}"==''){