Unverified Commit 2eb9f4ff authored by Kevin H. Luu's avatar Kevin H. Luu Committed by GitHub
Browse files

[ci] Mark tensorizer as soft fail and separate from grouped test (#6810)



[ci] Mark tensorizer test as soft fail and separate it from grouped test in fast check (#6810)
Signed-off-by: default avatarkevin <kevin@anyscale.com>
parent 443c7cf4
...@@ -17,11 +17,10 @@ steps: ...@@ -17,11 +17,10 @@ steps:
- pytest -v -s test_utils.py # Utils - pytest -v -s test_utils.py # Utils
- pytest -v -s worker # Worker - pytest -v -s worker # Worker
- label: Tensorizer, Metrics, Tracing Test - label: Metrics, Tracing Test
fast_check: true fast_check: true
fast_check_only: true fast_check_only: true
commands: commands:
- apt-get install -y curl libsodium23 && pytest -v -s tensorizer_loader # Tensorizer
- pytest -v -s metrics # Metrics - pytest -v -s metrics # Metrics
- "pip install \ - "pip install \
opentelemetry-sdk \ opentelemetry-sdk \
...@@ -221,6 +220,8 @@ steps: ...@@ -221,6 +220,8 @@ steps:
- label: Tensorizer Test - label: Tensorizer Test
#mirror_hardwares: [amd] #mirror_hardwares: [amd]
soft_fail: true
fast_check: true
commands: commands:
- apt-get install -y curl libsodium23 - apt-get install -y curl libsodium23
- export VLLM_WORKER_MULTIPROC_METHOD=spawn - export VLLM_WORKER_MULTIPROC_METHOD=spawn
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment