mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-04 18:13:44 +00:00
changes
This commit is contained in:
parent
02fd375965
commit
8adf6d2fe5
5 changed files with 64 additions and 54 deletions
|
|
@ -180,16 +180,3 @@ SUITE_DEFINITIONS: dict[str, Suite] = {
|
|||
default_setup="ollama-vision",
|
||||
),
|
||||
}
|
||||
|
||||
# CI test matrix - single source of truth for continuous integration test configurations
|
||||
# This is used by:
|
||||
# - .github/workflows/integration-tests.yml (CI jobs)
|
||||
# - scripts/cleanup_recordings.py (unused recording cleanup)
|
||||
#
|
||||
# Each entry defines a (suite, setup) pair that runs in CI.
|
||||
# Note: Special test configurations (vllm weekly tests, manual inputs) are handled in the CI workflow.
|
||||
CI_MATRIX = [
|
||||
{"suite": "base", "setup": "ollama"},
|
||||
{"suite": "vision", "setup": "ollama-vision"},
|
||||
{"suite": "responses", "setup": "gpt"},
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue