Skip to content

Commit

Permalink
[ci] Mark tensorizer as soft fail and separate from grouped test (vll…
Browse files Browse the repository at this point in the history
…m-project#6810)

[ci] Mark tensorizer test as soft fail and separate it from grouped test in fast check (vllm-project#6810)
Signed-off-by: kevin <[email protected]>
  • Loading branch information
khluu authored Jul 26, 2024
1 parent 443c7cf commit 2eb9f4f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .buildkite/test-pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,10 @@ steps:
- pytest -v -s test_utils.py # Utils
- pytest -v -s worker # Worker

- label: Tensorizer, Metrics, Tracing Test
- label: Metrics, Tracing Test
fast_check: true
fast_check_only: true
commands:
- apt-get install -y curl libsodium23 && pytest -v -s tensorizer_loader # Tensorizer
- pytest -v -s metrics # Metrics
- "pip install \
opentelemetry-sdk \
Expand Down Expand Up @@ -221,6 +220,8 @@ steps:

- label: Tensorizer Test
#mirror_hardwares: [amd]
soft_fail: true
fast_check: true
commands:
- apt-get install -y curl libsodium23
- export VLLM_WORKER_MULTIPROC_METHOD=spawn
Expand Down

0 comments on commit 2eb9f4f

Please sign in to comment.