ci: update timeout and retry (#1086)
Co-authored-by: Liangsheng Yin <hnyls2002@gmail.com>
This commit is contained in:
5
.github/workflows/e2e-test.yml
vendored
5
.github/workflows/e2e-test.yml
vendored
@@ -6,11 +6,13 @@ on:
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/e2e-test.yml"
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
paths:
|
||||
- "python/sglang/**"
|
||||
- "test/**"
|
||||
- ".github/workflows/e2e-test.yml"
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
@@ -39,13 +41,16 @@ jobs:
|
||||
run: |
|
||||
cd test/srt
|
||||
python3 -m unittest test_serving_throughput.TestServingThroughput.test_default
|
||||
timeout-minutes: 10
|
||||
|
||||
- name: Benchmark Serving Throughput (w/o RadixAttention)
|
||||
run: |
|
||||
cd test/srt
|
||||
python3 -m unittest test_serving_throughput.TestServingThroughput.test_default_without_radix_cache
|
||||
timeout-minutes: 10
|
||||
|
||||
- name: Benchmark Serving Throughput (w/ ChunkedPrefill)
|
||||
run: |
|
||||
cd test/srt
|
||||
python3 -m unittest test_serving_throughput.TestServingThroughput.test_default_with_chunked_prefill
|
||||
timeout-minutes: 10
|
||||
|
||||
Reference in New Issue
Block a user