Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 2 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,10 @@ steps:
commands:
- pytest -v -s tests/entrypoints/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am curious why both pipeline.yml and simple_test.sh have pytest -v -s tests/entrypoints/ ? Intuitively, simple_test.sh run cpu tests. And pipeline.yml run gpu tests.

- pytest -v -s tests/diffusion/cache/
- pytest -v -s tests/diffusion/lora/
- pytest -v -s tests/model_executor/models/qwen2_5_omni/test_audio_length.py
- pytest -v -s tests/worker/
- pytest -v -s tests/distributed/omni_connectors/test_kv_flow.py
agents:
queue: "gpu_1_queue"
plugins:
Expand Down
58 changes: 0 additions & 58 deletions .buildkite/scripts/simple_test.sh

This file was deleted.