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
23632d35
Unverified
Commit
23632d35
authored
Sep 24, 2025
by
Shangming Cai
Committed by
GitHub
Sep 23, 2025
Browse files
Fix latest main ci (#10799)
Signed-off-by:
Shangming Cai
<
csmthu@gmail.com
>
parent
08b8c0c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
5 deletions
+5
-5
.github/workflows/pr-test.yml
.github/workflows/pr-test.yml
+1
-1
test/srt/run_suite.py
test/srt/run_suite.py
+4
-4
No files found.
.github/workflows/pr-test.yml
View file @
23632d35
...
...
@@ -618,7 +618,7 @@ jobs:
timeout-minutes
:
60
run
:
|
cd test/srt
python3 run_suite.py --suite per-commit-4-gpu-b200 --auto-partition-id 0 --auto-partition-size 1
python3 run_suite.py --suite per-commit-4-gpu-b200 --auto-partition-id 0 --auto-partition-size 1
--timeout-per-file 3600
pr-test-finish
:
needs
:
[
...
...
test/srt/run_suite.py
View file @
23632d35
...
...
@@ -86,7 +86,7 @@ suites = {
TestFile
(
"test_metrics.py"
,
32
),
TestFile
(
"test_metrics_utils.py"
,
1
),
TestFile
(
"test_mla.py"
,
167
),
TestFile
(
"test_mla_deepseek_v3.py"
,
70
0
),
TestFile
(
"test_mla_deepseek_v3.py"
,
142
0
),
TestFile
(
"test_mla_int8_deepseek_v3.py"
,
429
),
TestFile
(
"test_mla_flashinfer.py"
,
302
),
TestFile
(
"test_mla_fp8.py"
,
93
),
...
...
@@ -121,7 +121,7 @@ suites = {
TestFile
(
"test_utils_update_weights.py"
,
48
),
TestFile
(
"test_vision_chunked_prefill.py"
,
175
),
TestFile
(
"test_vlm_input_format.py"
,
300
),
TestFile
(
"test_vision_openai_server_a.py"
,
403
),
TestFile
(
"test_vision_openai_server_a.py"
,
724
),
TestFile
(
"test_vision_openai_server_b.py"
,
446
),
],
"per-commit-2-gpu"
:
[
...
...
@@ -131,7 +131,7 @@ suites = {
TestFile
(
"test_dp_attention.py"
,
277
),
TestFile
(
"test_load_weights_from_remote_instance.py"
,
72
),
TestFile
(
"test_patch_torch.py"
,
19
),
TestFile
(
"test_release_memory_occupation.py"
,
1
27
),
TestFile
(
"test_release_memory_occupation.py"
,
2
5
7
),
TestFile
(
"hicache/test_hicache_storage_file_backend.py"
,
400
),
TestFile
(
"hicache/test_hicache_storage_3fs_backend.py"
,
400
),
],
...
...
@@ -154,7 +154,7 @@ suites = {
],
"per-commit-4-gpu-b200"
:
[
# TestFile("test_gpt_oss_4gpu.py", 600),
TestFile
(
"test_deepseek_v3_fp4_4gpu.py"
,
600
),
TestFile
(
"test_deepseek_v3_fp4_4gpu.py"
,
3
600
),
],
"per-commit-4-gpu-deepep"
:
[
TestFile
(
"ep/test_deepep_small.py"
,
531
),
...
...
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