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
2fc6944c
Unverified
Commit
2fc6944c
authored
Jan 21, 2025
by
youkaichao
Committed by
GitHub
Jan 21, 2025
Browse files
[ci/build] disable failed and flaky tests (#12240)
Signed-off-by:
youkaichao
<
youkaichao@gmail.com
>
parent
5fe6bf29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+6
-2
No files found.
.buildkite/test-pipeline.yaml
View file @
2fc6944c
...
...
@@ -477,7 +477,9 @@ steps:
-
pytest models/encoder_decoder/language/test_bart.py -v -s -m 'distributed(num_gpus=2)'
-
pytest models/encoder_decoder/vision_language/test_broadcast.py -v -s -m 'distributed(num_gpus=2)'
-
pytest models/decoder_only/vision_language/test_models.py -v -s -m 'distributed(num_gpus=2)'
-
pytest -v -s spec_decode/e2e/test_integration_dist_tp2.py
# this test fails consistently.
# TODO: investigate and fix
# - pytest -v -s spec_decode/e2e/test_integration_dist_tp2.py
-
CUDA_VISIBLE_DEVICES=0,1 pytest -v -s test_sharded_state_loader.py
-
CUDA_VISIBLE_DEVICES=0,1 pytest -v -s kv_transfer/disagg_test.py
...
...
@@ -515,7 +517,9 @@ steps:
-
vllm/engine
-
tests/multi_step
commands
:
-
pytest -v -s multi_step/test_correctness_async_llm.py
# this test is quite flaky
# TODO: investigate and fix.
# - pytest -v -s multi_step/test_correctness_async_llm.py
-
pytest -v -s multi_step/test_correctness_llm.py
-
label
:
Pipeline Parallelism Test
# 45min
...
...
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