From 53f6e81dfd9cdba797ddade119a5e33389a35957 Mon Sep 17 00:00:00 2001 From: Zhewen Li Date: Mon, 3 Nov 2025 23:20:50 -0800 Subject: [PATCH] [CI/Build] Fix OpenAI API correctness on AMD CI (#28022) Signed-off-by: zhewenli --- .buildkite/test-amd.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.buildkite/test-amd.yaml b/.buildkite/test-amd.yaml index c023457fb03e4..5abf6122a5c39 100644 --- a/.buildkite/test-amd.yaml +++ b/.buildkite/test-amd.yaml @@ -629,15 +629,16 @@ steps: - label: OpenAI API correctness # 22min timeout_in_minutes: 30 - mirror_hardwares: [amdexperimental] + mirror_hardwares: [amdexperimental, amdproduction] agent_pool: mi325_1 # grade: Blocking source_file_dependencies: - csrc/ - vllm/entrypoints/openai/ - vllm/model_executor/models/whisper.py - commands: # LMEval+Transcription WER check - - pytest -s entrypoints/openai/correctness/ + commands: # LMEval + # Transcription WER check is skipped because encoder-decoder models are not supported on ROCm, see https://github.com/vllm-project/vllm/issues/27442 + - pytest -s entrypoints/openai/correctness/ --ignore entrypoints/openai/correctness/test_transcription_api_correctness.py - label: OpenAI-Compatible Tool Use # 23 min timeout_in_minutes: 35