[CI/Build] Remove redundant OpenTelemetry pip install from CI configs (#35032)

Signed-off-by: Vlad Mihailescu <vtmihailescu@gmail.com>
This commit is contained in:
Vlad Tiberiu Mihailescu
2026-02-24 00:24:11 -06:00
committed by GitHub
parent f91808ae0d
commit 1a6cf39dec
2 changed files with 0 additions and 15 deletions

View File

@@ -340,11 +340,6 @@ steps:
- vllm/ - vllm/
- tests/v1/tracing - tests/v1/tracing
commands: 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 - pytest -v -s v1/tracing
##### fast check tests ##### ##### fast check tests #####
@@ -1963,11 +1958,6 @@ steps:
- vllm/ - vllm/
- tests/v1/tracing - tests/v1/tracing
commands: 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 - pytest -v -s v1/tracing
##### fast check tests ##### ##### fast check tests #####

View File

@@ -88,11 +88,6 @@ steps:
- vllm/ - vllm/
- tests/v1/tracing - tests/v1/tracing
commands: 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 - pytest -v -s v1/tracing
- label: Python-only Installation - label: Python-only Installation