From e6aab5de2999187c6cf0206f2d63ab6d7a0b6964 Mon Sep 17 00:00:00 2001 From: kourosh hakhamaneshi <31483498+kouroshHakha@users.noreply.github.com> Date: Thu, 12 Jun 2025 17:26:40 -0700 Subject: [PATCH] Revert "[Build/CI] Add tracing deps to vllm container image (#15224)" (#19378) --- .buildkite/test-pipeline.yaml | 5 +++++ requirements/common.txt | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.buildkite/test-pipeline.yaml b/.buildkite/test-pipeline.yaml index ec7812820197..364561c46c26 100644 --- a/.buildkite/test-pipeline.yaml +++ b/.buildkite/test-pipeline.yaml @@ -177,6 +177,11 @@ steps: - tests/tracing commands: - pytest -v -s metrics + - "pip install \ + 'opentelemetry-sdk>=1.26.0' \ + 'opentelemetry-api>=1.26.0' \ + 'opentelemetry-exporter-otlp>=1.26.0' \ + 'opentelemetry-semantic-conventions-ai>=0.4.1'" - pytest -v -s tracing ##### fast check tests ##### diff --git a/requirements/common.txt b/requirements/common.txt index 871df3d21e74..87f979938cef 100644 --- a/requirements/common.txt +++ b/requirements/common.txt @@ -44,7 +44,3 @@ watchfiles # required for http server to monitor the updates of TLS files python-json-logger # Used by logging as per examples/others/logging_configuration.md scipy # Required for phi-4-multimodal-instruct ninja # Required for xgrammar, rocm, tpu, xpu -opentelemetry-sdk>=1.26.0 # vllm.tracing -opentelemetry-api>=1.26.0 # vllm.tracing -opentelemetry-exporter-otlp>=1.26.0 # vllm.tracing -opentelemetry-semantic-conventions-ai>=0.4.1 # vllm.tracing