This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 46b12b1f2a64d481a8b30d61acaab8177ac89d93 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Dec 15 10:11:51 2025 +0100 Improve Filtering for container image version upgrade - Ollama Signed-off-by: Andrea Cosentino <[email protected]> --- .../org/apache/camel/test/infra/ollama/services/container.properties | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties b/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties index e260b5f42d04..7379838ef823 100644 --- a/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties +++ b/test-infra/camel-test-infra-ollama/src/main/resources/org/apache/camel/test/infra/ollama/services/container.properties @@ -15,6 +15,7 @@ ## limitations under the License. ## --------------------------------------------------------------------------- ollama.container=mirror.gcr.io/ollama/ollama:0.12.5 +ollama.container.version.exclude=rocm ollama.model=granite4:3b # This is not really needed for ollama, but some test are using OpenAI, therefore this is handy for remote scenarios ollama.api.key=NO_API_KEY @@ -25,4 +26,4 @@ ollama.api.key=NO_API_KEY # Memory limit in bytes (defaults to 8GB for better performance) # ollama.container.memory.limit=8589934592 # Enable GPU support (enabled/disabled, defaults to disabled - GPU not supported on macOS) -ollama.container.enable.gpu=disabled \ No newline at end of file +ollama.container.enable.gpu=disabled
