[router] Add gRPC E2E test suite (#11790)

This commit is contained in:
Keyang Ru
2025-10-21 17:51:21 -07:00
committed by GitHub
parent 70f6309cd4
commit 63cfe1b032
13 changed files with 3331 additions and 5 deletions

View File

@@ -86,7 +86,7 @@ jobs:
pytest-rust:
if: github.event_name != 'pull_request' || contains(github.event.pull_request.labels.*.name, 'run-ci')
runs-on: 4-gpu-a10
timeout-minutes: 25
timeout-minutes: 32
steps:
- name: Checkout code
uses: actions/checkout@v4
@@ -144,6 +144,12 @@ jobs:
python3 -m pip --no-cache-dir install --upgrade --break-system-packages genai-bench==0.0.2
pytest -m e2e -s -vv -o log_cli=true --log-cli-level=INFO
- name: Run Python E2E gRPC tests
run: |
bash scripts/killall_sglang.sh "nuk_gpus"
cd sgl-router
SHOW_ROUTER_LOGS=1 ROUTER_LOCAL_MODEL_PATH="/home/ubuntu/models" pytest py_test/e2e_grpc -s -vv -o log_cli=true --log-cli-level=INFO
- name: Upload benchmark results
if: success()
uses: actions/upload-artifact@v4