Skip to content

Commit adce919

Browse files
committed
update tests
Signed-off-by: zhewenli <zhewenli@meta.com>
1 parent bc57795 commit adce919

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.buildkite/test-amd.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,7 @@ steps:
165165
--ignore=entrypoints/openai/correctness/
166166
--ignore=entrypoints/openai/test_collective_rpc.py
167167
--ignore=entrypoints/openai/tool_parsers/
168+
# Skip encoder models on ROCm: https://github.com/vllm-project/vllm/issues/27442
168169
--ignore=entrypoints/openai/test_vision.py
169170
--ignore=entrypoints/openai/test_optional_middleware.py
170171
- pytest -v -s entrypoints/test_chat_utils.py
@@ -182,8 +183,7 @@ steps:
182183
- tests/entrypoints/pooling
183184
commands:
184185
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
185-
# Encoder-only models not supported on ROCm (all tests use encoder/cross-encoder models)
186-
# See .buildkite/rocm_encoder_decoder_skip.md for details
186+
# Skip encoder models on ROCm: https://github.com/vllm-project/vllm/issues/27442
187187
- >-
188188
pytest -v -s entrypoints/pooling
189189
--ignore=entrypoints/pooling/correctness/test_mteb_score.py

0 commit comments

Comments
 (0)