"vscode:/vscode.git/clone" did not exist on "c265cd672c4c9bd2b7b5b27becdc61000056fbac"
Unverified Commit 7dd872ae authored by Alec's avatar Alec Committed by GitHub
Browse files

ci: sglang functional tests (#2943)


Signed-off-by: default avataralec-flowers <aflowers@nvidia.com>
parent 04e8a9c3
......@@ -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 }}
......
......@@ -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/
......
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