Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
change
sglang
Commits
a4b637d8
Unverified
Commit
a4b637d8
authored
Oct 23, 2025
by
Simo Lin
Committed by
GitHub
Oct 23, 2025
Browse files
[router] change ci names and update log level in ci (#12021)
parent
96a5e4dd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
3 deletions
+7
-3
.github/workflows/pr-benchmark-rust.yml
.github/workflows/pr-benchmark-rust.yml
+1
-1
.github/workflows/pr-test-pd-router.yml
.github/workflows/pr-test-pd-router.yml
+1
-1
.github/workflows/pr-test-rust.yml
.github/workflows/pr-test-rust.yml
+1
-1
sgl-router/py_test/e2e_grpc/fixtures.py
sgl-router/py_test/e2e_grpc/fixtures.py
+2
-0
sgl-router/py_test/e2e_response_api/router_fixtures.py
sgl-router/py_test/e2e_response_api/router_fixtures.py
+2
-0
No files found.
.github/workflows/pr-benchmark-rust.yml
View file @
a4b637d8
name
:
PR Benchmark (
Rust Router
)
name
:
PR Benchmark (
SMG Components
)
on
:
on
:
push
:
push
:
...
...
.github/workflows/pr-test-pd-router.yml
View file @
a4b637d8
name
:
PR
Test (
PD Router)
name
:
PR
Benchmark (SMG
PD Router)
on
:
on
:
push
:
push
:
...
...
.github/workflows/pr-test-rust.yml
View file @
a4b637d8
name
:
PR Test (
Rust
)
name
:
PR Test (
SMG
)
on
:
on
:
push
:
push
:
...
...
sgl-router/py_test/e2e_grpc/fixtures.py
View file @
a4b637d8
...
@@ -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
...
...
sgl-router/py_test/e2e_response_api/router_fixtures.py
View file @
a4b637d8
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment