remove test matrices which werent supported in the 0.3.x branch before

This commit is contained in:
Ashwin Bharambe 2025-11-12 12:29:19 -08:00
parent 84ee26d561
commit 3e0d57ac67

View file

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