[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:
|
||||
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:
|
||||
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:
|
||||
push:
|
||||
|
||||
@@ -267,6 +267,8 @@ def popen_launch_workers_and_router(
|
||||
policy,
|
||||
"--model-path",
|
||||
model,
|
||||
"--log-level",
|
||||
"warn",
|
||||
]
|
||||
|
||||
# Add worker URLs
|
||||
|
||||
@@ -488,6 +488,8 @@ def popen_launch_workers_and_router(
|
||||
policy,
|
||||
"--model-path",
|
||||
model,
|
||||
"--log-level",
|
||||
"warn",
|
||||
]
|
||||
|
||||
# Add worker URLs
|
||||
|
||||
Reference in New Issue
Block a user