Unverified Commit 542ca663 authored by Lucas Wilkinson's avatar Lucas Wilkinson Committed by GitHub
Browse files

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

parent fc8456c3
...@@ -340,6 +340,11 @@ steps: ...@@ -340,6 +340,11 @@ 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 #####
...@@ -1958,6 +1963,11 @@ steps: ...@@ -1958,6 +1963,11 @@ 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 #####
......
...@@ -88,6 +88,11 @@ steps: ...@@ -88,6 +88,11 @@ 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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment