Skip to content

Commit 50d75ca

Browse files
khluuliuyanyi
authored andcommitted
[ci] Soft fail Entrypoints, Samplers, LoRA, Decoder-only VLM (vllm-project#8872)
Signed-off-by: kevin <kevin@anyscale.com>
1 parent 00d751b commit 50d75ca

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.buildkite/test-pipeline.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ steps:
8383

8484
- label: Entrypoints Test # 20min
8585
working_dir: "/vllm-workspace/tests"
86+
soft_fail: true
8687
fast_check: true
8788
mirror_hardwares: [amd]
8889
source_file_dependencies:
@@ -177,6 +178,7 @@ steps:
177178
- pytest -v -s prefix_caching
178179

179180
- label: Samplers Test # 18min
181+
soft_fail: true
180182
source_file_dependencies:
181183
- vllm/model_executor/layers
182184
- vllm/sampling_metadata.py
@@ -204,6 +206,7 @@ steps:
204206

205207
- label: LoRA Test %N # 30min each
206208
mirror_hardwares: [amd]
209+
soft_fail: true
207210
source_file_dependencies:
208211
- vllm/lora
209212
- tests/lora
@@ -308,6 +311,7 @@ steps:
308311
- pytest -v -s models/decoder_only/language
309312

310313
- label: Decoder-only Multi-Modal Models Test # 56min
314+
soft_fail: true
311315
#mirror_hardwares: [amd]
312316
source_file_dependencies:
313317
- vllm/

0 commit comments

Comments
 (0)