Revert "[CI/Build] Remove redundant OpenTelemetry pip install from CI configs" (#35211)

This commit is contained in:
Lucas Wilkinson
2026-02-24 12:26:42 -05:00
committed by GitHub
parent fc8456c336
commit 542ca66357
2 changed files with 15 additions and 0 deletions

View File

@@ -340,6 +340,11 @@ 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 #####
@@ -1958,6 +1963,11 @@ 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 #####

View File

@@ -88,6 +88,11 @@ 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