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
57cc5385
Unverified
Commit
57cc5385
authored
Oct 31, 2025
by
Baizhou Zhang
Committed by
GitHub
Oct 31, 2025
Browse files
[CI] Add more bins for 1-gpu CI test (#12422)
parent
5cc0d25a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+2
-2
No files found.
.github/workflows/pr-test.yml
View file @
57cc5385
...
@@ -265,7 +265,7 @@ jobs:
...
@@ -265,7 +265,7 @@ jobs:
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
matrix
:
matrix
:
part
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
]
part
:
[
0
,
1
,
2
,
3
,
4
,
5
,
6
,
7
,
8
,
9
,
10
,
11
,
12
]
steps
:
steps
:
-
name
:
Checkout code
-
name
:
Checkout code
uses
:
actions/checkout@v4
uses
:
actions/checkout@v4
...
@@ -286,7 +286,7 @@ jobs:
...
@@ -286,7 +286,7 @@ jobs:
timeout-minutes
:
30
timeout-minutes
:
30
run
:
|
run
:
|
cd test/srt
cd test/srt
python3 run_suite.py --suite per-commit-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 1
1
python3 run_suite.py --suite per-commit-1-gpu --auto-partition-id ${{ matrix.part }} --auto-partition-size 1
3
unit-test-backend-2-gpu
:
unit-test-backend-2-gpu
:
needs
:
[
check-changes
,
sgl-kernel-build-wheels
]
needs
:
[
check-changes
,
sgl-kernel-build-wheels
]
...
...
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