This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new 674f318925b Enabling ppc64le support (#18779)
674f318925b is described below

commit 674f318925be68af7398c8cb038df66917084947
Author: Pooja-Dalai <[email protected]>
AuthorDate: Thu Jul 31 12:23:09 2025 +0530

    Enabling ppc64le support (#18779)
    
    Co-authored-by: root <[email protected]>
---
 components/camel-ai/camel-weaviate/pom.xml                              | 2 --
 .../org/apache/camel/test/infra/weaviate/services/container.properties  | 2 ++
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-ai/camel-weaviate/pom.xml 
b/components/camel-ai/camel-weaviate/pom.xml
index 577c78fbb15..9441c6ee9d3 100644
--- a/components/camel-ai/camel-weaviate/pom.xml
+++ b/components/camel-ai/camel-weaviate/pom.xml
@@ -36,9 +36,7 @@
         <camel.surefire.parallel.factor>4</camel.surefire.parallel.factor>
 
         <!-- Milvus is not available on these platforms -->
-        <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
-        <skipTests.ppc64le>true</skipTests.ppc64le>
         <skipTests.s390x>true</skipTests.s390x>
     </properties>
 
diff --git 
a/test-infra/camel-test-infra-weaviate/src/main/resources/org/apache/camel/test/infra/weaviate/services/container.properties
 
b/test-infra/camel-test-infra-weaviate/src/main/resources/org/apache/camel/test/infra/weaviate/services/container.properties
index 71b655955f8..f44af22486f 100644
--- 
a/test-infra/camel-test-infra-weaviate/src/main/resources/org/apache/camel/test/infra/weaviate/services/container.properties
+++ 
b/test-infra/camel-test-infra-weaviate/src/main/resources/org/apache/camel/test/infra/weaviate/services/container.properties
@@ -15,3 +15,5 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 weaviate.container=cr.weaviate.io/semitechnologies/weaviate:1.32.0
+weaviate.container.ppc64le=icr.io/ppc64le-oss/weaviate-ppc64le:1.31.1
+

Reply via email to