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

apupier 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 85d2c154e3a0 enable ppc64le support for camel-clickhouse
85d2c154e3a0 is described below

commit 85d2c154e3a0fe2656322fd4fc8bf1965fa4401b
Author: root <[email protected]>
AuthorDate: Thu Sep 3 02:47:45 2026 -0400

    enable ppc64le support for camel-clickhouse
---
 components/camel-clickhouse/pom.xml                                    | 3 +--
 .../apache/camel/test/infra/clickhouse/services/container.properties   | 1 +
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-clickhouse/pom.xml 
b/components/camel-clickhouse/pom.xml
index 4d6aac26eb77..483bea8b6526 100644
--- a/components/camel-clickhouse/pom.xml
+++ b/components/camel-clickhouse/pom.xml
@@ -32,8 +32,7 @@
     <description>Camel ClickHouse component</description>
 
     <properties>
-        <!-- ClickHouse server container image is not available on these 
platforms -->
-        <skipITs.ppc64le>true</skipITs.ppc64le>
+        <!-- ClickHouse server container image is not available on this 
platform -->
         <skipITs.s390x>true</skipITs.s390x>
     </properties>
 
diff --git 
a/test-infra/camel-test-infra-clickhouse/src/main/resources/org/apache/camel/test/infra/clickhouse/services/container.properties
 
b/test-infra/camel-test-infra-clickhouse/src/main/resources/org/apache/camel/test/infra/clickhouse/services/container.properties
index cb1f9c732770..06e55d32fe79 100644
--- 
a/test-infra/camel-test-infra-clickhouse/src/main/resources/org/apache/camel/test/infra/clickhouse/services/container.properties
+++ 
b/test-infra/camel-test-infra-clickhouse/src/main/resources/org/apache/camel/test/infra/clickhouse/services/container.properties
@@ -15,3 +15,4 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 clickhouse.container=mirror.gcr.io/clickhouse/clickhouse-server:26.8
+clickhouse.container.ppc64le=icr.io/ppc64le-oss/clickhouse-ppc64le:v26.3.9.8-lts

Reply via email to