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

Signed-off-by: wangting0128 <ting.wang@zilliz.com>
pull/14688/head^2
wt 2021-12-31 14:39:23 +08:00 committed by GitHub
parent e1f6cc8a5c
commit 738394573e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -212,11 +212,11 @@ def main():
"image_tag": image_tag, "image_tag": image_tag,
"image_type": image_type "image_type": image_type
} }
env_params = { # env_params = {
"deploy_mode": deploy_mode, # "deploy_mode": deploy_mode,
"helm_path": helm_path, # "helm_path": helm_path,
"helm_params": helm_params # "helm_params": helm_params
} # }
# job = back_scheduler.add_job(run_suite, args=[run_type, suite, env_mode, env_params], # job = back_scheduler.add_job(run_suite, args=[run_type, suite, env_mode, env_params],
# misfire_grace_time=36000) # misfire_grace_time=36000)
# logger.info(job.id) # logger.info(job.id)