llama-stack-mirror/tests/integration/ci_matrix.json
Charlie Doern 5d52cb28c2
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>
2025-12-18 09:40:14 -08:00

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"}
]
}
}