fix(ci): enable responses tests in CI; suppress expected MCP auth error logs

Let us enable responses suite in CI now.

Also a minor fix: MCP tool tests intentionally trigger authentication failures to verify error handling, but the resulting error logs clutter test output.
This commit is contained in:
Ashwin Bharambe 2025-10-22 14:41:38 -07:00
parent 7b90e0e9c8
commit e08f85147d
2 changed files with 14 additions and 9 deletions

View file

@ -61,7 +61,7 @@ jobs:
&& fromJSON('[{"setup": "vllm", "suite": "base"}]')
|| github.event.inputs.test-setup == 'ollama-vision'
&& fromJSON('[{"setup": "ollama-vision", "suite": "vision"}]')
|| fromJSON('[{"setup": "ollama", "suite": "base"}, {"setup": "ollama-vision", "suite": "vision"}]')
|| fromJSON('[{"setup": "ollama", "suite": "base"}, {"setup": "ollama-vision", "suite": "vision"}, {"setup": "gpt", "suite": "responses"}]')
}}
steps: