litellm/.github
Yuneng Jiang 21e08b0bb5
[Infra] Run schema-migration shard serially (workers: 0)
test_db_schema_migration.py has exactly one test, and that test is mostly
waiting on prisma subprocesses (~170s: prisma migrate deploy + prisma
migrate diff). No CPU-bound Python work inside the test body, and only
one test in the file means xdist's parallelism is unused regardless.

Previous run on commit 5df9f397e6: 10.0m wall-clock for the shard, of
which 4:56 was silence between step start and pytest banner — the cost
of 4 xdist workers each cold-starting (pytest plugin load + litellm
import + pytest-cov instrumentation) so that exactly one of them could
pick up the single test.

Switching to workers: 0 takes the serial pytest branch in the base
workflow, which already handles this case correctly (no -n, no --dist).
Single-process startup instead of 4. Expected wall-clock: ~6m.
2026-04-23 16:24:40 -07:00
..
actions/helm-oci-chart-releaser fix: address zizmor comments 2026-03-26 21:09:01 -07:00
codeql [Infra] Improve CodeQL scanning coverage and schedule 2026-03-27 12:04:09 -07:00
ISSUE_TEMPLATE docs: document new github + gitlab ci scripts 2026-03-25 20:17:10 -07:00
observatory Add observatory test workflow for RC/stable releases 2026-03-01 15:30:09 -03:00
scripts style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
workflows [Infra] Run schema-migration shard serially (workers: 0) 2026-04-23 16:24:40 -07:00
dependabot.yaml fix: address zizmor comments 2026-03-26 21:09:01 -07:00
deploy-to-aws.png
FUNDING.yml
pull_request_template.md Add Screenshots / Proof of Fix section to PR template (#25564) 2026-04-11 10:20:34 -07:00
template.yaml