From 1a6cf39dec663f2f7c6c68ca16d232addcc0c59a Mon Sep 17 00:00:00 2001 From: Vlad Tiberiu Mihailescu Date: Tue, 24 Feb 2026 00:24:11 -0600 Subject: [PATCH] [CI/Build] Remove redundant OpenTelemetry pip install from CI configs (#35032) Signed-off-by: Vlad Mihailescu --- .buildkite/test-amd.yaml | 10 ---------- .buildkite/test_areas/misc.yaml | 5 ----- 2 files changed, 15 deletions(-) diff --git a/.buildkite/test-amd.yaml b/.buildkite/test-amd.yaml index ffdf4b83c..1ccc823ef 100644 --- a/.buildkite/test-amd.yaml +++ b/.buildkite/test-amd.yaml @@ -340,11 +340,6 @@ steps: - vllm/ - tests/v1/tracing commands: - - "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 v1/tracing ##### fast check tests ##### @@ -1963,11 +1958,6 @@ steps: - vllm/ - tests/v1/tracing commands: - - "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 v1/tracing ##### fast check tests ##### diff --git a/.buildkite/test_areas/misc.yaml b/.buildkite/test_areas/misc.yaml index c6b43b97a..c2e916164 100644 --- a/.buildkite/test_areas/misc.yaml +++ b/.buildkite/test_areas/misc.yaml @@ -88,11 +88,6 @@ steps: - vllm/ - tests/v1/tracing commands: - - "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 v1/tracing - label: Python-only Installation