Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenDAS
vllm_cscc
Commits
e6aab5de
Unverified
Commit
e6aab5de
authored
Jun 12, 2025
by
kourosh hakhamaneshi
Committed by
GitHub
Jun 12, 2025
Browse files
Revert "[Build/CI] Add tracing deps to vllm container image (#15224)" (#19378)
parent
c57bb199
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+5
-0
requirements/common.txt
requirements/common.txt
+0
-4
No files found.
.buildkite/test-pipeline.yaml
View file @
e6aab5de
...
...
@@ -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 #####
...
...
requirements/common.txt
View file @
e6aab5de
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment