From 14372ddb0b372d5a3b7218c8d2ac73918509b7b3 Mon Sep 17 00:00:00 2001 From: Ashwin Bharambe Date: Mon, 10 Nov 2025 14:47:54 -0800 Subject: [PATCH] rename --- tests/integration/ci_matrix.json | 2 +- tests/integration/suites.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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",