Skip to content

Commit

Permalink
[ci] Soft fail Entrypoints, Samplers, LoRA, Decoder-only VLM (#8872)
Browse files Browse the repository at this point in the history
Signed-off-by: kevin <kevin@anyscale.com>
  • Loading branch information
khluu authored Sep 26, 2024
1 parent 70de39f commit d9cfbc8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ steps:

- label: Entrypoints Test # 20min
working_dir: "/vllm-workspace/tests"
soft_fail: true
fast_check: true
mirror_hardwares: [amd]
source_file_dependencies:
Expand Down Expand Up @@ -177,6 +178,7 @@ steps:
- pytest -v -s prefix_caching

- label: Samplers Test # 18min
soft_fail: true
source_file_dependencies:
- vllm/model_executor/layers
- vllm/sampling_metadata.py
Expand Down Expand Up @@ -204,6 +206,7 @@ steps:

- label: LoRA Test %N # 30min each
mirror_hardwares: [amd]
soft_fail: true
source_file_dependencies:
- vllm/lora
- tests/lora
Expand Down Expand Up @@ -308,6 +311,7 @@ steps:
- pytest -v -s models/decoder_only/language

- label: Decoder-only Multi-Modal Models Test # 56min
soft_fail: true
#mirror_hardwares: [amd]
source_file_dependencies:
- vllm/
Expand Down

0 comments on commit d9cfbc8

Please sign in to comment.