Skip to content

Commit 3a197a5

Browse files
committed
Put tests in alphabetical order in CODEOWNERS
Signed-off-by: Russell Bryant <rbryant@redhat.com>
1 parent 9fecdcd commit 3a197a5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/CODEOWNERS

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ CMakeLists.txt @tlrmchlsmth
1919
/vllm/v1/structured_output @mgoin @russellb
2020

2121
# Test ownership
22+
/.buildkite/lm-eval-harness @mgoin @simon-mo
2223
/tests/async_engine @njhill @robertgshaw2-redhat @simon-mo
23-
/tests/test_inputs.py @DarkLight1337 @ywang96
24+
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
25+
/tests/distributed/test_multi_node_assignment.py @youkaichao
26+
/tests/distributed/test_pipeline_parallel.py @youkaichao
27+
/tests/distributed/test_same_node.py @youkaichao
2428
/tests/entrypoints @DarkLight1337 @robertgshaw2-redhat @simon-mo
2529
/tests/entrypoints/llm/test_guided_generate.py @mgoin @russellb
30+
/tests/kernels @tlrmchlsmth @WoosukKwon
2631
/tests/model_executor/test_guided_processors.py @mgoin @russellb
2732
/tests/models @DarkLight1337 @ywang96
33+
/tests/multi_step @alexm-redhat @comaniac
2834
/tests/multimodal @DarkLight1337 @ywang96
2935
/tests/prefix_caching @comaniac @KuntaiDu
30-
/tests/spec_decode @njhill @LiuXiaoxuanPKU
31-
/tests/kernels @tlrmchlsmth @WoosukKwon
3236
/tests/quantization @mgoin @robertgshaw2-redhat
33-
/.buildkite/lm-eval-harness @mgoin @simon-mo
34-
/tests/distributed/test_multi_node_assignment.py @youkaichao
35-
/tests/distributed/test_pipeline_parallel.py @youkaichao
36-
/tests/distributed/test_same_node.py @youkaichao
37-
/tests/multi_step @alexm-redhat @comaniac
38-
/tests/weight_loading @mgoin @youkaichao
39-
/tests/basic_correctness/test_chunked_prefill @rkooo567 @comaniac
37+
/tests/spec_decode @njhill @LiuXiaoxuanPKU
38+
/tests/test_inputs.py @DarkLight1337 @ywang96
4039
/tests/v1/entrypoints/llm/test_struct_output_generate.py @mgoin @russellb
4140
/tests/v1/structured_output @mgoin @russellb
41+
/tests/weight_loading @mgoin @youkaichao

0 commit comments

Comments
 (0)