mirror of https://github.com/milvus-io/milvus.git
[skip e2e] Removed unused codes on main file (#14681)
Signed-off-by: wangting0128 <ting.wang@zilliz.com>pull/14688/head^2
parent
e1f6cc8a5c
commit
738394573e
|
@ -212,11 +212,11 @@ def main():
|
|||
"image_tag": image_tag,
|
||||
"image_type": image_type
|
||||
}
|
||||
env_params = {
|
||||
"deploy_mode": deploy_mode,
|
||||
"helm_path": helm_path,
|
||||
"helm_params": helm_params
|
||||
}
|
||||
# env_params = {
|
||||
# "deploy_mode": deploy_mode,
|
||||
# "helm_path": helm_path,
|
||||
# "helm_params": helm_params
|
||||
# }
|
||||
# job = back_scheduler.add_job(run_suite, args=[run_type, suite, env_mode, env_params],
|
||||
# misfire_grace_time=36000)
|
||||
# logger.info(job.id)
|
||||
|
|
Loading…
Reference in New Issue