File tree 2 files changed +10
-1
lines changed
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
94
94
--ignore=kernels/test_sampler.py"
95
95
fi
96
96
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
+
97
106
PARALLEL_JOB_COUNT=8
98
107
# check if the command contains shard flag, we will run all shards in parallel because the host have 8 GPUs.
99
108
if [[ $commands == * " --shard-id=" * ]]; then
Original file line number Diff line number Diff line change 84
84
- label : Entrypoints Test # 20min
85
85
working_dir : " /vllm-workspace/tests"
86
86
fast_check : true
87
- # mirror_hardwares: [amd]
87
+ mirror_hardwares : [amd]
88
88
source_file_dependencies :
89
89
- vllm/
90
90
commands :
You can’t perform that action at this time.
0 commit comments