Skip to content

Commit 9dbb034

Browse files
khluuLeiWang1999
authored andcommitted
[ci] Add CODEOWNERS for test directories (vllm-project#8795)
Signed-off-by: kevin <kevin@anyscale.com> Signed-off-by: LeiWang1999 <leiwang1999@outlook.com>
1 parent 5c7a13f commit 9dbb034

File tree

2 files changed

+29
-2
lines changed

2 files changed

+29
-2
lines changed

.buildkite/test-pipeline.yaml

+10-2
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,21 @@ steps:
6464
fast_check: true
6565
source_file_dependencies:
6666
- vllm/
67-
- tests/basic_correctness
67+
- tests/basic_correctness/test_basic_correctness
68+
- tests/basic_correctness/test_cpu_offload
69+
- tests/basic_correctness/test_preemption
6870
commands:
6971
- pytest -v -s basic_correctness/test_basic_correctness.py
7072
- pytest -v -s basic_correctness/test_cpu_offload.py
73+
- VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
74+
75+
- label: Chunked Prefill Test
76+
source_file_dependencies:
77+
- vllm/
78+
- tests/basic_correctness/test_chunked_prefill
79+
commands:
7180
- VLLM_ATTENTION_BACKEND=XFORMERS pytest -v -s basic_correctness/test_chunked_prefill.py
7281
- VLLM_ATTENTION_BACKEND=FLASH_ATTN pytest -v -s basic_correctness/test_chunked_prefill.py
73-
- VLLM_TEST_ENABLE_ARTIFICIAL_PREEMPT=1 pytest -v -s basic_correctness/test_preemption.py
7482

7583
- label: Core Test # 10min
7684
mirror_hardwares: [amd]

.github/CODEOWNERS

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# See https://help.github.com/articles/about-codeowners/
2+
# for more info about CODEOWNERS file
3+
4+
/tests/async_engine @njhill @robertgshaw2-neuralmagic @simon-mo
5+
/tests/test_inputs.py @DarkLight1337 @ywang96
6+
/tests/entrypoints @DarkLight1337 @robertgshaw2-neuralmagic @simon-mo
7+
/tests/models @DarkLight1337 @ywang96
8+
/tests/multimodal @DarkLight1337 @ywang96
9+
/tests/prefix_caching @comaniac @KuntaiDu
10+
/tests/spec_decode @njhill @LiuXiaoxuanPKU
11+
/tests/kernels @tlrmchlsmth @WoosukKwon
12+
/tests/quantization @mgoin @robertgshaw2-neuralmagic
13+
/.buildkite/lm-eval-harness @mgoin @simon-mo
14+
/tests/distributed/test_multi_node_assignment.py @youkaichao
15+
/tests/distributed/test_pipeline_parallel.py @youkaichao
16+
/tests/distributed/test_same_node.py @youkaichao
17+
/tests/multi_step @alexm-neuralmagic @SolitaryThinker @comaniac
18+
/tests/weight_loading @mgoin @youkaichao
19+
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac

0 commit comments

Comments
 (0)