mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-21 12:32:27 +00:00
ci: record-if-missing when coming from stainless (#4408)
# What does this PR do?
we will typically need to record the missing json for net new APIs. use
record-if-missing so that the integration tests can re-record and commit
the files to the PR
set the stainless inference mode to record-if-missing, and properly pass
the pr_head_sha on workflow_call.
## Test Plan
see 2031824567
which uses this commit.
Signed-off-by: Charlie Doern <cdoern@redhat.com>
This commit is contained in:
parent
2d149e3d2d
commit
5d52cb28c2
4 changed files with 13 additions and 4 deletions
|
|
@ -7,7 +7,7 @@
|
|||
{"suite": "base-vllm-subset", "setup": "vllm"}
|
||||
],
|
||||
"stainless": [
|
||||
{"suite": "base", "setup": "ollama", "allowed_clients": ["library"]}
|
||||
{"suite": "base", "setup": "ollama", "allowed_clients": ["library"], "inference_mode": "record-if-missing"}
|
||||
],
|
||||
"schedules": {
|
||||
"1 0 * * 0": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue