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
fee5b8d3
Unverified
Commit
fee5b8d3
authored
Apr 09, 2025
by
Russell Bryant
Committed by
GitHub
Apr 09, 2025
Browse files
[Build/CI] Add tracing deps to vllm container image (#15224)
Signed-off-by:
Russell Bryant
<
rbryant@redhat.com
>
parent
b2ce859b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
.buildkite/test-pipeline.yaml
.buildkite/test-pipeline.yaml
+0
-5
requirements/common.txt
requirements/common.txt
+4
-0
No files found.
.buildkite/test-pipeline.yaml
View file @
fee5b8d3
...
@@ -163,11 +163,6 @@ steps:
...
@@ -163,11 +163,6 @@ steps:
-
tests/tracing
-
tests/tracing
commands
:
commands
:
-
pytest -v -s metrics
-
pytest -v -s metrics
-
"
pip
install
\
'opentelemetry-sdk>=1.26.0,<1.27.0'
\
'opentelemetry-api>=1.26.0,<1.27.0'
\
'opentelemetry-exporter-otlp>=1.26.0,<1.27.0'
\
'opentelemetry-semantic-conventions-ai>=0.4.1,<0.5.0'"
-
pytest -v -s tracing
-
pytest -v -s tracing
##### fast check tests #####
##### fast check tests #####
...
...
requirements/common.txt
View file @
fee5b8d3
...
@@ -43,3 +43,7 @@ watchfiles # required for http server to monitor the updates of TLS files
...
@@ -43,3 +43,7 @@ watchfiles # required for http server to monitor the updates of TLS files
python-json-logger # Used by logging as per examples/other/logging_configuration.md
python-json-logger # Used by logging as per examples/other/logging_configuration.md
scipy # Required for phi-4-multimodal-instruct
scipy # Required for phi-4-multimodal-instruct
ninja # Required for xgrammar, rocm, tpu, xpu
ninja # Required for xgrammar, rocm, tpu, xpu
opentelemetry-sdk>=1.26.0,<1.27.0 # vllm.tracing
opentelemetry-api>=1.26.0,<1.27.0 # vllm.tracing
opentelemetry-exporter-otlp>=1.26.0,<1.27.0 # vllm.tracing
opentelemetry-semantic-conventions-ai>=0.4.1,<0.5.0 # 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