Skip to content

Commit 6603288

Browse files
robertgshaw2-redhatRobert ShawWoosukKwon
authored
[CI][V0 Deprecation] Removed V0 Only Chunked Prefill and Prefix Caching Tests (#22871)
Signed-off-by: Robert Shaw <[email protected]> Signed-off-by: Woosuk Kwon <[email protected]> Co-authored-by: Robert Shaw <[email protected]> Co-authored-by: Woosuk Kwon <[email protected]>
1 parent 95e3095 commit 6603288

File tree

6 files changed

+0
-595
lines changed

6 files changed

+0
-595
lines changed

.buildkite/test-pipeline.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -88,15 +88,6 @@ steps:
8888
- pytest -v -s basic_correctness/test_cpu_offload.py
8989
- VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
9090

91-
- label: Chunked Prefill Test
92-
mirror_hardwares: [amdexperimental]
93-
source_file_dependencies:
94-
- vllm/
95-
- tests/basic_correctness/test_chunked_prefill
96-
commands:
97-
- VLLM_ATTENTION_BACKEND=XFORMERS pytest -v -s basic_correctness/test_chunked_prefill.py
98-
- VLLM_ATTENTION_BACKEND=FLASH_ATTN pytest -v -s basic_correctness/test_chunked_prefill.py
99-
10091
- label: Core Test # 10min
10192
mirror_hardwares: [amdexperimental]
10293
fast_check: true
@@ -295,15 +286,6 @@ steps:
295286
- python3 offline_inference/basic/score.py
296287
- VLLM_USE_V1=0 python3 offline_inference/profiling.py --model facebook/opt-125m run_num_steps --num-steps 2
297288

298-
- label: Prefix Caching Test # 9min
299-
mirror_hardwares: [amdexperimental]
300-
source_file_dependencies:
301-
- vllm/
302-
- tests/prefix_caching
303-
commands:
304-
- pytest -v -s prefix_caching
305-
306-
307289
- label: Platform Tests (CUDA)
308290
mirror_hardwares: [amdexperimental]
309291
source_file_dependencies:

.github/CODEOWNERS

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ CMakeLists.txt @tlrmchlsmth @LucasWilkinson
3131
# Test ownership
3232
/.buildkite/lm-eval-harness @mgoin @simon-mo
3333
/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo
34-
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
3534
/tests/distributed/test_multi_node_assignment.py @youkaichao
3635
/tests/distributed/test_pipeline_parallel.py @youkaichao
3736
/tests/distributed/test_same_node.py @youkaichao

tests/basic_correctness/test_chunked_prefill.py

Lines changed: 0 additions & 296 deletions
This file was deleted.

tests/prefix_caching/__init__.py

Whitespace-only changes.

tests/prefix_caching/test_disable_sliding_window.py

Lines changed: 0 additions & 49 deletions
This file was deleted.

0 commit comments

Comments
 (0)