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

This commit is contained in:
Simo Lin
2025-10-23 10:36:19 -07:00
committed by GitHub
parent 96a5e4dd79
commit a4b637d87a
5 changed files with 7 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
name: PR Benchmark (Rust Router) name: PR Benchmark (SMG Components)
on: on:
push: push:

View File

@@ -1,4 +1,4 @@
name: PR Test (PD Router) name: PR Benchmark (SMG PD Router)
on: on:
push: push:

View File

@@ -1,4 +1,4 @@
name: PR Test (Rust) name: PR Test (SMG)
on: on:
push: push:

View File

@@ -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

View File

@@ -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