diff --git a/tests/integration/ci_matrix.json b/tests/integration/ci_matrix.json index e6b1838ef..43678e5c7 100644 --- a/tests/integration/ci_matrix.json +++ b/tests/integration/ci_matrix.json @@ -1,7 +1,7 @@ { "default": [ {"suite": "base", "setup": "ollama"}, - {"suite": "base", "setup": "postgres", "allowed_clients": ["server"], "stack_config": "server:ci-tests::run-with-postgres-store.yaml"}, + {"suite": "base", "setup": "ollama-postgres", "allowed_clients": ["server"], "stack_config": "server:ci-tests::run-with-postgres-store.yaml"}, {"suite": "vision", "setup": "ollama-vision"}, {"suite": "responses", "setup": "gpt"}, {"suite": "base-vllm-subset", "setup": "vllm"} diff --git a/tests/integration/suites.py b/tests/integration/suites.py index b3eb7ea1d..7689657b4 100644 --- a/tests/integration/suites.py +++ b/tests/integration/suites.py @@ -71,8 +71,8 @@ SETUP_DEFINITIONS: dict[str, Setup] = { "embedding_model": "ollama/nomic-embed-text:v1.5", }, ), - "postgres": Setup( - name="postgres", + "ollama-postgres": Setup( + name="ollama-postgres", description="Server-mode tests with Postgres-backed persistence", env={ "OLLAMA_URL": "http://0.0.0.0:11434",