File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,17 @@ jobs:
1313 build-test :
1414 runs-on : gpu-l40-amd64
1515 strategy :
16+ fail-fast : false
1617 matrix :
17- framework : [vllm]
18+ framework : [vllm, sglang ]
1819 include :
1920 - framework : vllm
2021 target : runtime
2122 pytest_marks : " e2e and vllm and gpu_1 and not slow"
23+ - framework : sglang
24+ target : runtime
25+ pytest_marks : " e2e and sglang and gpu_1"
26+
2227 # Do not cancel main branch runs
2328 concurrency :
2429 group : ${{ github.workflow }}-${{ matrix.framework }}-build-test-${{ github.ref_name || github.run_id }}
Original file line number Diff line number Diff line change @@ -242,6 +242,7 @@ RUN uv pip install /workspace/benchmarks
242242# Copy benchmarks, backends and tests for CI
243243COPY tests /workspace/tests
244244COPY benchmarks /workspace/benchmarks
245+ COPY deploy /workspace/deploy
245246COPY components/backends/sglang /workspace/components/backends/sglang
246247# Copy attribution files
247248COPY ATTRIBUTION* LICENSE /workspace/
You can’t perform that action at this time.
0 commit comments