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 29491059ac4 fix: deactivate ElasticSearch IT tests on ppc64le (#18180)
29491059ac4 is described below

commit 29491059ac49591fd8bab27989875ae1f1a46857
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Mon May 26 10:57:30 2025 +0200

    fix: deactivate ElasticSearch IT tests on ppc64le (#18180)
    
    ElasticSearch has been upgraded to 9.x but the image on ppc64le is not
    yet available.
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 components/camel-elasticsearch/pom.xml                                  | 2 ++
 .../apache/camel/test/infra/elasticsearch/services/container.properties | 1 +
 2 files changed, 3 insertions(+)

diff --git a/components/camel-elasticsearch/pom.xml 
b/components/camel-elasticsearch/pom.xml
index d40bf4e642d..0c6baeb6428 100644
--- a/components/camel-elasticsearch/pom.xml
+++ b/components/camel-elasticsearch/pom.xml
@@ -35,6 +35,8 @@
     <properties>
         <!-- Elasticsearch container is not available on these platforms -->
         <skipITs.s390x>true</skipITs.s390x>
+        <!-- The image for ElasticSearch 9.x for ppc64le architecture is not 
yet available -->
+        <skipITs.ppc64le>true</skipITs.ppc64le>
 
         <camel.surefire.reuseForks>false</camel.surefire.reuseForks>
     </properties>
diff --git 
a/test-infra/camel-test-infra-elasticsearch/src/main/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties
 
b/test-infra/camel-test-infra-elasticsearch/src/main/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties
index e9ec0ebcb73..a41c10207e5 100644
--- 
a/test-infra/camel-test-infra-elasticsearch/src/main/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties
+++ 
b/test-infra/camel-test-infra-elasticsearch/src/main/resources/org/apache/camel/test/infra/elasticsearch/services/container.properties
@@ -15,4 +15,5 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 elasticsearch.container=docker.elastic.co/elasticsearch/elasticsearch:9.0.1
+# IT tests are currently deactivated on ppc64le until  an image for 9.x is 
available
 elasticsearch.container.ppc64le=icr.io/ppc64le-oss/elasticsearch-ppc64le:8.3.3

Reply via email to