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

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/22459/head
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
1 changed files with 2 additions and 2 deletions

View File

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