Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ci] Soft fail Entrypoints, Samplers, LoRA, Decoder-only VLM #8872

Merged
merged 1 commit into from
Sep 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -174,6 +175,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 @@ -201,6 +203,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 @@ -290,6 +293,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
Loading