mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-13 19:02:37 +00:00
precommit
This commit is contained in:
parent
ffdb143747
commit
aa9862f905
1 changed files with 6 additions and 12 deletions
16
.github/workflows/integration-tests.yml
vendored
16
.github/workflows/integration-tests.yml
vendored
|
|
@ -55,17 +55,11 @@ jobs:
|
|||
# Weekly schedule (Sun 1 AM): vllm+base
|
||||
# Input test-setup=ollama-vision: ollama-vision+vision
|
||||
# Default (including test-setup=ollama): both ollama+base and ollama-vision+vision
|
||||
include: ${{
|
||||
github.event.schedule == '1 0 * * 0' && 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"}
|
||||
]')
|
||||
include: >-
|
||||
${{
|
||||
github.event.schedule == '1 0 * * 0' && 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"}]')
|
||||
}}
|
||||
|
||||
steps:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue