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 @@ -243,6 +243,7 @@ RUN uv pip install /workspace/benchmarks
243243# Copy benchmarks, backends and tests for CI
244244COPY tests /workspace/tests
245245COPY benchmarks /workspace/benchmarks
246+ COPY deploy /workspace/deploy
246247COPY components/backends/sglang /workspace/components/backends/sglang
247248# Copy attribution files
248249COPY ATTRIBUTION* LICENSE /workspace/
You can’t perform that action at this time.
0 commit comments