llama-stack-mirror/tests/integration/ci_matrix.json
Ashwin Bharambe 14372ddb0b rename
2025-11-10 14:47:54 -08:00

14 lines
446 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"}
],
"schedules": {
"1 0 * * 0": [
{"suite": "base", "setup": "vllm"}
]
}
}