llama-stack-mirror/tests/integration/ci_matrix.json
Ashwin Bharambe 8adf6d2fe5 changes
2025-11-04 17:10:40 -08:00

12 lines
247 B
JSON

{
"default": [
{"suite": "base", "setup": "ollama"},
{"suite": "vision", "setup": "ollama-vision"},
{"suite": "responses", "setup": "gpt"}
],
"schedules": {
"1 0 * * 0": [
{"suite": "base", "setup": "vllm"}
]
}
}