From 2eb9f4ff262bb39859baebf8d2109abcdadee860 Mon Sep 17 00:00:00 2001 From: "Kevin H. Luu" Date: Thu, 25 Jul 2024 18:08:33 -0700 Subject: [PATCH] [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: kevin --- .buildkite/test-pipeline.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index e7dd1fdb2e660..633bc5ca95bf9 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -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 \ @@ -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