[router] change ci names and update log level in ci (#12021)
This commit is contained in:
2
.github/workflows/pr-benchmark-rust.yml
vendored
2
.github/workflows/pr-benchmark-rust.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: PR Benchmark (Rust Router)
|
name: PR Benchmark (SMG Components)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/pr-test-pd-router.yml
vendored
2
.github/workflows/pr-test-pd-router.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: PR Test (PD Router)
|
name: PR Benchmark (SMG PD Router)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
2
.github/workflows/pr-test-rust.yml
vendored
2
.github/workflows/pr-test-rust.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: PR Test (Rust)
|
name: PR Test (SMG)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
@@ -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(
|
|||||||
policy,
|
policy,
|
||||||
"--model-path",
|
"--model-path",
|
||||||
model,
|
model,
|
||||||
|
"--log-level",
|
||||||
|
"warn",
|
||||||
]
|
]
|
||||||
|
|
||||||
# Add worker URLs
|
# Add worker URLs
|
||||||
|
|||||||
Reference in New Issue
Block a user