llama-stack-mirror/tests/integration/batches
Ashwin Bharambe 4d3069bfa5
chore(ci): remove unused recordings (#4074)
Added a script to cleanup recordings. While doing this, moved the CI
matrix generation to a separate script so there is a single source of
truth for the matrix.

Ran the cleanup script as:
```
PYTHONPATH=. python scripts/cleanup_recordings.py
```

Also added this as part of the pre-commit workflow to ensure that the
recordings are always up to date and that no stale recordings are left
in the repo.
2025-11-05 09:21:58 -08:00
..
recordings chore(ci): remove unused recordings (#4074) 2025-11-05 09:21:58 -08:00
__init__.py feat: add batches API with OpenAI compatibility (with inference replay) (#3162) 2025-08-15 15:34:15 -07:00
conftest.py fix(perf): make batches tests finish 30x faster (#3834) 2025-10-17 09:16:44 +02:00
test_batches.py feat: Add /v1/embeddings endpoint to batches API (#3384) 2025-10-10 13:25:58 -07:00
test_batches_errors.py feat: add batches API with OpenAI compatibility (with inference replay) (#3162) 2025-08-15 15:34:15 -07:00
test_batches_idempotency.py feat: Add optional idempotency support to batches API (#3171) 2025-08-22 15:50:40 -07:00