mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
perf(ci): give the two longest unit shards the runner's spare cores (#37804)
proxy-endpoints and proxy-infra are the unit tier's critical path at 358s and 325s of pytest, measured on staging 2026-08-21, and both run two xdist workers on a four-vCPU runner. proxy-server already runs four. This is the cheaper half of splitting them: no second job, so no second setup to pay for.
This commit is contained in:
parent
68489f62ff
commit
d1f3778849
1 changed files with 2 additions and 2 deletions
4
.github/workflows/test-unit.yml
vendored
4
.github/workflows/test-unit.yml
vendored
|
|
@ -168,7 +168,7 @@ jobs:
|
|||
tests/test_litellm/proxy/ui_crud_endpoints
|
||||
tests/test_litellm/proxy/config_resolvers
|
||||
tests/test_litellm/proxy/utils
|
||||
workers: 2
|
||||
workers: 4
|
||||
reruns: 2
|
||||
timeout-minutes: 20
|
||||
job-timeout-minutes: 60
|
||||
|
|
@ -195,7 +195,7 @@ jobs:
|
|||
tests/test_litellm/proxy/types_utils
|
||||
tests/test_litellm/proxy/logging_endpoints
|
||||
tests/test_litellm/proxy/test_*.py
|
||||
workers: 2
|
||||
workers: 4
|
||||
reruns: 2
|
||||
timeout-minutes: 20
|
||||
job-timeout-minutes: 60
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue