Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
d95b4be4
Unverified
Commit
d95b4be4
authored
Feb 02, 2026
by
shanjiaz
Committed by
GitHub
Feb 02, 2026
Browse files
move spec decode slow test to test_areas.yaml (#33365)
Signed-off-by:
shanjiaz
<
zsjwpianpian@gmail.com
>
parent
4061dcf4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
3 deletions
+17
-3
.buildkite/test_areas/misc.yaml
.buildkite/test_areas/misc.yaml
+16
-2
tests/v1/spec_decode/test_acceptance_length.py
tests/v1/spec_decode/test_acceptance_length.py
+1
-1
No files found.
.buildkite/test_areas/misc.yaml
View file @
d95b4be4
...
@@ -16,7 +16,7 @@ steps:
...
@@ -16,7 +16,7 @@ steps:
-
pytest -v -s v1/sample
-
pytest -v -s v1/sample
-
pytest -v -s v1/logits_processors
-
pytest -v -s v1/logits_processors
-
pytest -v -s v1/worker
-
pytest -v -s v1/worker
-
pytest -v -s v1/spec_decode
-
pytest -v -s
-m 'not slow_test'
v1/spec_decode
-
pytest -v -s -m 'not cpu_test' v1/kv_connector/unit
-
pytest -v -s -m 'not cpu_test' v1/kv_connector/unit
-
pytest -v -s -m 'not cpu_test' v1/metrics
-
pytest -v -s -m 'not cpu_test' v1/metrics
-
pytest -v -s v1/test_oracle.py
-
pytest -v -s v1/test_oracle.py
...
@@ -167,3 +167,17 @@ steps:
...
@@ -167,3 +167,17 @@ steps:
-
pip install pytest-timeout pytest-forked
-
pip install pytest-timeout pytest-forked
-
pytest -v -s v1/determinism/test_batch_invariance.py
-
pytest -v -s v1/determinism/test_batch_invariance.py
-
pytest -v -s v1/determinism/test_rms_norm_batch_invariant.py
-
pytest -v -s v1/determinism/test_rms_norm_batch_invariant.py
-
label
:
Acceptance Length Test (Large Models)
# optional
timeout_in_minutes
:
25
gpu
:
h100
optional
:
true
num_gpus
:
1
working_dir
:
"
/vllm-workspace/tests"
source_file_dependencies
:
-
vllm/v1/spec_decode/
-
vllm/model_executor/models/mlp_speculator.py
-
tests/v1/spec_decode/test_acceptance_length.py
commands
:
-
export VLLM_ALLOW_INSECURE_SERIALIZATION=1
-
pytest -v -s v1/spec_decode/test_acceptance_length.py -m slow_test
tests/v1/spec_decode/test_acceptance_length.py
View file @
d95b4be4
...
@@ -35,7 +35,7 @@ class Eagle3ModelConfig:
...
@@ -35,7 +35,7 @@ class Eagle3ModelConfig:
id
:
str
=
""
id
:
str
=
""
# Backends that are incompatible with this model (will be skipped)
# Backends that are incompatible with this model (will be skipped)
excluded_backends
:
set
[
AttentionBackendEnum
]
=
field
(
default_factory
=
set
)
excluded_backends
:
set
[
AttentionBackendEnum
]
=
field
(
default_factory
=
set
)
# Pytest marks for this configuration
(e.g., pytest.mark.optional)
# Pytest marks for this configuration
marks
:
list
=
field
(
default_factory
=
list
)
marks
:
list
=
field
(
default_factory
=
list
)
# Custom relative tolerance (defaults to DEFAULT_RTOL if None)
# Custom relative tolerance (defaults to DEFAULT_RTOL if None)
rtol
:
float
|
None
=
None
rtol
:
float
|
None
=
None
...
...
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