diff --git a/.github/workflows/pr-benchmark-rust.yml b/.github/workflows/pr-benchmark-rust.yml index 67fb45c9c..5e389cfce 100644 --- a/.github/workflows/pr-benchmark-rust.yml +++ b/.github/workflows/pr-benchmark-rust.yml @@ -1,4 +1,4 @@ -name: PR Benchmark (Rust Router) +name: PR Benchmark (SMG Components) on: push: diff --git a/.github/workflows/pr-test-pd-router.yml b/.github/workflows/pr-test-pd-router.yml index 0da589db8..9195fb87d 100644 --- a/.github/workflows/pr-test-pd-router.yml +++ b/.github/workflows/pr-test-pd-router.yml @@ -1,4 +1,4 @@ -name: PR Test (PD Router) +name: PR Benchmark (SMG PD Router) on: push: diff --git a/.github/workflows/pr-test-rust.yml b/.github/workflows/pr-test-rust.yml index 594c51055..7b8c00b62 100644 --- a/.github/workflows/pr-test-rust.yml +++ b/.github/workflows/pr-test-rust.yml @@ -1,4 +1,4 @@ -name: PR Test (Rust) +name: PR Test (SMG) on: push: diff --git a/sgl-router/py_test/e2e_grpc/fixtures.py b/sgl-router/py_test/e2e_grpc/fixtures.py index f7047394c..869c70167 100644 --- a/sgl-router/py_test/e2e_grpc/fixtures.py +++ b/sgl-router/py_test/e2e_grpc/fixtures.py @@ -267,6 +267,8 @@ def popen_launch_workers_and_router( policy, "--model-path", model, + "--log-level", + "warn", ] # Add worker URLs diff --git a/sgl-router/py_test/e2e_response_api/router_fixtures.py b/sgl-router/py_test/e2e_response_api/router_fixtures.py index 90c192cca..4cd2f60e4 100644 --- a/sgl-router/py_test/e2e_response_api/router_fixtures.py +++ b/sgl-router/py_test/e2e_response_api/router_fixtures.py @@ -488,6 +488,8 @@ def popen_launch_workers_and_router( policy, "--model-path", model, + "--log-level", + "warn", ] # Add worker URLs