Unverified Commit a4b637d8 authored by Simo Lin's avatar Simo Lin Committed by GitHub
Browse files

[router] change ci names and update log level in ci (#12021)

parent 96a5e4dd
name: PR Benchmark (Rust Router) name: PR Benchmark (SMG Components)
on: on:
push: push:
......
name: PR Test (PD Router) name: PR Benchmark (SMG PD Router)
on: on:
push: push:
......
name: PR Test (Rust) name: PR Test (SMG)
on: on:
push: push:
......
...@@ -267,6 +267,8 @@ def popen_launch_workers_and_router( ...@@ -267,6 +267,8 @@ def popen_launch_workers_and_router(
policy, policy,
"--model-path", "--model-path",
model, model,
"--log-level",
"warn",
] ]
# Add worker URLs # Add worker URLs
......
...@@ -488,6 +488,8 @@ def popen_launch_workers_and_router( ...@@ -488,6 +488,8 @@ def popen_launch_workers_and_router(
policy, policy,
"--model-path", "--model-path",
model, model,
"--log-level",
"warn",
] ]
# Add worker URLs # Add worker URLs
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment