This commit is contained in:
Ashwin Bharambe 2025-08-15 16:51:24 -07:00
parent 544a2d5fc9
commit 8c60118afc
2 changed files with 41 additions and 2 deletions

View file

@ -134,6 +134,15 @@ cat recordings/responses/abc123.json | jq '.'
```
### Re-recording Tests
#### Remote Re-recording (Recommended)
Use the automated workflow script for easier re-recording:
```bash
./scripts/github/schedule-record-workflow.sh --test-subdirs "inference,agents"
```
See the [main testing guide](../README.md#remote-re-recording-recommended) for full details.
#### Local Re-recording
```bash
# Re-record specific tests
LLAMA_STACK_TEST_INFERENCE_MODE=record \