mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-22 04:26:16 +00:00
# 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>
17 lines
580 B
JSON
17 lines
580 B
JSON
{
|
|
"default": [
|
|
{"suite": "base", "setup": "ollama"},
|
|
{"suite": "base", "setup": "ollama-postgres", "allowed_clients": ["server"], "stack_config": "server:ci-tests::run-with-postgres-store.yaml"},
|
|
{"suite": "vision", "setup": "ollama-vision"},
|
|
{"suite": "responses", "setup": "gpt"},
|
|
{"suite": "base-vllm-subset", "setup": "vllm"}
|
|
],
|
|
"stainless": [
|
|
{"suite": "base", "setup": "ollama", "allowed_clients": ["library"], "inference_mode": "record-if-missing"}
|
|
],
|
|
"schedules": {
|
|
"1 0 * * 0": [
|
|
{"suite": "base", "setup": "vllm"}
|
|
]
|
|
}
|
|
}
|