[skip e2e] Removed unused codes on main file (#14835)

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14853/head
wt 2022-01-05 13:29:29 +08:00 committed by GitHub
parent bd2e5b6f08
commit 88ec7c074e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 8 deletions

View File

@ -204,14 +204,14 @@ def main():
server_config = suite["server"] if "server" in suite else None
logger.debug(milvus_config)
logger.debug(server_config)
helm_params = {
"server_name": server_host,
"server_tag": server_tag,
"server_config": server_config,
"milvus_config": milvus_config,
"image_tag": image_tag,
"image_type": image_type
}
# helm_params = {
# "server_name": server_host,
# "server_tag": server_tag,
# "server_config": server_config,
# "milvus_config": milvus_config,
# "image_tag": image_tag,
# "image_type": image_type
# }
# env_params = {
# "deploy_mode": deploy_mode,
# "helm_path": helm_path,