File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -94,6 +94,15 @@ if [[ $commands == *" kernels "* ]]; then
9494 --ignore=kernels/test_sampler.py"
9595fi
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+
97106PARALLEL_JOB_COUNT=8
98107# check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs.
99108if [[ $commands == * " --shard-id=" * ]]; then
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments