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
dynamo
Commits
7dd872ae
Unverified
Commit
7dd872ae
authored
Sep 08, 2025
by
Alec
Committed by
GitHub
Sep 09, 2025
Browse files
ci: sglang functional tests (#2943)
Signed-off-by:
alec-flowers
<
aflowers@nvidia.com
>
parent
04e8a9c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletion
+7
-1
.github/workflows/container-validation-backends.yml
.github/workflows/container-validation-backends.yml
+6
-1
container/Dockerfile.sglang
container/Dockerfile.sglang
+1
-0
No files found.
.github/workflows/container-validation-backends.yml
View file @
7dd872ae
...
...
@@ -13,12 +13,17 @@ jobs:
build-test
:
runs-on
:
gpu-l40-amd64
strategy
:
fail-fast
:
false
matrix
:
framework
:
[
vllm
]
framework
:
[
vllm
,
sglang
]
include
:
-
framework
:
vllm
target
:
runtime
pytest_marks
:
"
e2e
and
vllm
and
gpu_1
and
not
slow"
-
framework
:
sglang
target
:
runtime
pytest_marks
:
"
e2e
and
sglang
and
gpu_1"
# Do not cancel main branch runs
concurrency
:
group
:
${{ github.workflow }}-${{ matrix.framework }}-build-test-${{ github.ref_name || github.run_id }}
...
...
container/Dockerfile.sglang
View file @
7dd872ae
...
...
@@ -242,6 +242,7 @@ RUN uv pip install /workspace/benchmarks
# Copy benchmarks, backends and tests for CI
COPY tests /workspace/tests
COPY benchmarks /workspace/benchmarks
COPY deploy /workspace/deploy
COPY components/backends/sglang /workspace/components/backends/sglang
# Copy attribution files
COPY ATTRIBUTION* LICENSE /workspace/
...
...
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