Pass GPU ids to kill specified devices in script. (#17840)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
Liangsheng Yin
2026-01-27 13:52:55 -08:00
committed by GitHub
co-authored by gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
parent 4d00bd17a3
commit 8278ef0e68
2 changed files with 26 additions and 3 deletions
+1 -1
View File
@@ -287,7 +287,7 @@ jobs:
- name: Run E2E tests
run: |
bash scripts/killall_sglang.sh "nuk_gpus"
bash scripts/killall_sglang.sh all
cd sgl-model-gateway
${{ matrix.env_vars }} ROUTER_LOCAL_MODEL_PATH="/home/ubuntu/models" pytest ${{ matrix.reruns }} ${{ matrix.parallel_opts }} ${{ matrix.test_dirs }} -s -vv -o log_cli=true --log-cli-level=INFO