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
542ca663
"vscode:/vscode.git/clone" did not exist on "1f8b7c536be40975573eeebf36204286cfb4e4e9"
Unverified
Commit
542ca663
authored
Feb 24, 2026
by
Lucas Wilkinson
Committed by
GitHub
Feb 24, 2026
Browse files
Revert "[CI/Build] Remove redundant OpenTelemetry pip install from CI configs" (#35211)
parent
fc8456c3
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
.buildkite/test-amd.yaml
.buildkite/test-amd.yaml
+10
-0
.buildkite/test_areas/misc.yaml
.buildkite/test_areas/misc.yaml
+5
-0
No files found.
.buildkite/test-amd.yaml
View file @
542ca663
...
...
@@ -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 #####
...
...
.buildkite/test_areas/misc.yaml
View file @
542ca663
...
...
@@ -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
...
...
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