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

orpiske 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 57d285a26a4 couchdb ppc64le integration tests activation (#16804)
57d285a26a4 is described below

commit 57d285a26a488c5a2b62aad6e7ee22532e157843
Author: RadhikaAjabe7 <radhika.aj...@ibm.com>
AuthorDate: Wed Jan 15 21:55:04 2025 +0530

    couchdb ppc64le integration tests activation (#16804)
    
    * couchdb ppc64le integration tests activation
    
    ---------
    
    Co-authored-by: root <r...@rhv-ppc64le-3.hosts.dev.psi.rdu2.redhat.com>
    Co-authored-by: root <r...@rhv-ppc64le-x-rhel9.hosts.qa.psi.rdu2.redhat.com>
---
 components/camel-couchdb/pom.xml                                       | 1 -
 .../org/apache/camel/test/infra/couchdb/services/container.properties  | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-couchdb/pom.xml b/components/camel-couchdb/pom.xml
index 441800deff3..95fbd746c67 100644
--- a/components/camel-couchdb/pom.xml
+++ b/components/camel-couchdb/pom.xml
@@ -33,7 +33,6 @@
 
     <properties>
         <!-- Couchdb container is not available on these platforms -->
-        <skipITs.ppc64le>true</skipITs.ppc64le>
         <skipITs.s390x>true</skipITs.s390x>
     </properties>
 
diff --git 
a/test-infra/camel-test-infra-couchdb/src/main/resources/org/apache/camel/test/infra/couchdb/services/container.properties
 
b/test-infra/camel-test-infra-couchdb/src/main/resources/org/apache/camel/test/infra/couchdb/services/container.properties
index 52908ff2562..39b1b88dabd 100644
--- 
a/test-infra/camel-test-infra-couchdb/src/main/resources/org/apache/camel/test/infra/couchdb/services/container.properties
+++ 
b/test-infra/camel-test-infra-couchdb/src/main/resources/org/apache/camel/test/infra/couchdb/services/container.properties
@@ -15,4 +15,5 @@
 ## limitations under the License.
 ## ---------------------------------------------------------------------------
 ## tested against 2.1.2, 2.2.0 & 2.3.1
-couchdb.container=mirror.gcr.io/couchdb:2.3.1
\ No newline at end of file
+couchdb.container=mirror.gcr.io/couchdb:2.3.1
+couchdb.container.ppc64le=mirror.gcr.io/ppc64le/couchdb:2.3.1

Reply via email to