mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-10-11 05:38:38 +00:00
fix(ci): remove responses from CI for now (#3773)
There are many changes to responses which are landing. They are introducing fundamental new types. This means re-recordings even from the inference calls. Let's avoid that for now. Once everything lands I will re-record everything, make things pass and re-enable.
This commit is contained in:
parent
548ccff368
commit
932fea813a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/integration-tests.yml
vendored
2
.github/workflows/integration-tests.yml
vendored
|
@ -61,7 +61,7 @@ jobs:
|
||||||
&& fromJSON('[{"setup": "vllm", "suite": "base"}]')
|
&& fromJSON('[{"setup": "vllm", "suite": "base"}]')
|
||||||
|| github.event.inputs.test-setup == 'ollama-vision'
|
|| github.event.inputs.test-setup == 'ollama-vision'
|
||||||
&& fromJSON('[{"setup": "ollama-vision", "suite": "vision"}]')
|
&& fromJSON('[{"setup": "ollama-vision", "suite": "vision"}]')
|
||||||
|| fromJSON('[{"setup": "ollama", "suite": "base"}, {"setup": "ollama-vision", "suite": "vision"}, {"setup": "gpt", "suite": "responses"}]')
|
|| fromJSON('[{"setup": "ollama", "suite": "base"}, {"setup": "ollama-vision", "suite": "vision"}]')
|
||||||
}}
|
}}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue