@@ -232,12 +232,12 @@ jobs:
232
232
233
233
# - run: echo "🍏 Static discovery e2e test job status is ${{ job.status }}."
234
234
235
- stress-test :
235
+ router- stress-test :
236
236
runs-on : ubuntu-latest
237
237
needs : e2e-test
238
238
if : github.event.pull_request.draft == false
239
239
env :
240
- LOG_DIR : /tmp/stress-test-${{ github.event.pull_request.number || 'main' }}
240
+ LOG_DIR : /tmp/router- stress-test-${{ github.event.pull_request.number || 'main' }}
241
241
242
242
steps :
243
243
- name : Check out repository code
@@ -264,8 +264,8 @@ jobs:
264
264
VLLM_ROUTER_STRESS_TEST_MODE : true
265
265
run : |
266
266
echo "🧪 Running router stress test with mock backends"
267
- chmod +x tests/e2e/stress-test.sh
268
- ./tests/e2e/stress-test.sh \
267
+ chmod +x tests/e2e/router- stress-test.sh
268
+ ./tests/e2e/router- stress-test.sh \
269
269
--concurrent 100 \
270
270
--requests 1000 \
271
271
--port 30080 \
@@ -275,11 +275,11 @@ jobs:
275
275
--backend2-port 8001
276
276
timeout-minutes : 2
277
277
278
- - name : Archive stress test results and logs
278
+ - name : Archive router stress test results and logs
279
279
uses : actions/upload-artifact@v4
280
280
if : always()
281
281
with :
282
- name : stress-test-results-pr-${{ github.event.pull_request.number || 'main' }}
282
+ name : router- stress-test-results-pr-${{ github.event.pull_request.number || 'main' }}
283
283
path : |
284
284
${{ env.LOG_DIR }}/*
285
285
@@ -289,4 +289,4 @@ jobs:
289
289
echo "🧹 Cleaning up router processes"
290
290
pkill -f "python3 -m src.vllm_router.app" || true
291
291
292
- - run : echo "🍏 Stress test job status is ${{ job.status }}."
292
+ - run : echo "🍏 Router stress test job status is ${{ job.status }}."
0 commit comments