Skip to content

Commit f326fa0

Browse files
alexeykondratkwang1012
authored andcommitted
[CI/Build] Re-enabling Entrypoints tests on ROCm, excluding ones that fail (vllm-project#8551)
1 parent c669020 commit f326fa0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.buildkite/run-amd-test.sh

+9
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,15 @@ if [[ $commands == *" kernels "* ]]; then
9494
--ignore=kernels/test_sampler.py"
9595
fi
9696

97+
#ignore certain Entrypoints tests
98+
if [[ $commands == *" entrypoints/openai "* ]]; then
99+
commands=${commands//" entrypoints/openai "/" entrypoints/openai \
100+
--ignore=entrypoints/openai/test_accuracy.py \
101+
--ignore=entrypoints/openai/test_audio.py \
102+
--ignore=entrypoints/openai/test_encoder_decoder.py \
103+
--ignore=entrypoints/openai/test_oot_registration.py "}
104+
fi
105+
97106
PARALLEL_JOB_COUNT=8
98107
# check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs.
99108
if [[ $commands == *"--shard-id="* ]]; then

.buildkite/test-pipeline.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ steps:
8484
- label: Entrypoints Test # 20min
8585
working_dir: "/vllm-workspace/tests"
8686
fast_check: true
87-
#mirror_hardwares: [amd]
87+
mirror_hardwares: [amd]
8888
source_file_dependencies:
8989
- vllm/
9090
commands:

0 commit comments

Comments
 (0)