Unverified Commit 6cb748e1 authored by Alexey Kondratiev(AMD)'s avatar Alexey Kondratiev(AMD) Committed by GitHub
Browse files

[CI/Build] Re-enabling Entrypoints tests on ROCm, excluding ones that fail (#8551)

parent 9e99407e
...@@ -94,6 +94,15 @@ if [[ $commands == *" kernels "* ]]; then ...@@ -94,6 +94,15 @@ if [[ $commands == *" kernels "* ]]; then
--ignore=kernels/test_sampler.py" --ignore=kernels/test_sampler.py"
fi fi
#ignore certain Entrypoints tests
if [[ $commands == *" entrypoints/openai "* ]]; then
commands=${commands//" entrypoints/openai "/" entrypoints/openai \
--ignore=entrypoints/openai/test_accuracy.py \
--ignore=entrypoints/openai/test_audio.py \
--ignore=entrypoints/openai/test_encoder_decoder.py \
--ignore=entrypoints/openai/test_oot_registration.py "}
fi
PARALLEL_JOB_COUNT=8 PARALLEL_JOB_COUNT=8
# check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs. # check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs.
if [[ $commands == *"--shard-id="* ]]; then if [[ $commands == *"--shard-id="* ]]; then
......
...@@ -84,7 +84,7 @@ steps: ...@@ -84,7 +84,7 @@ steps:
- label: Entrypoints Test # 20min - label: Entrypoints Test # 20min
working_dir: "/vllm-workspace/tests" working_dir: "/vllm-workspace/tests"
fast_check: true fast_check: true
#mirror_hardwares: [amd] mirror_hardwares: [amd]
source_file_dependencies: source_file_dependencies:
- vllm/ - vllm/
commands: commands:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment