From 3e0d57ac67ea719ab6a0597d36828526f98fb24b Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Wed, 12 Nov 2025 12:29:19 -0800 Subject: [PATCH] remove test matrices which werent supported in the 0.3.x branch before --- tests/integration/ci_matrix.json | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/tests/integration/ci_matrix.json b/tests/integration/ci_matrix.json index 314070eab..ab42b2009 100644 --- a/tests/integration/ci_matrix.json +++ b/tests/integration/ci_matrix.json @@ -1,12 +1,6 @@ { "default": [ {"suite": "base", "setup": "ollama"}, - {"suite": "vision", "setup": "ollama-vision"}, - {"suite": "responses", "setup": "gpt"} - ], - "schedules": { - "1 0 * * 0": [ - {"suite": "base", "setup": "vllm"} - ] - } + {"suite": "vision", "setup": "ollama-vision"} + ] }