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
The following commit(s) were added to refs/heads/main by this push:
new 22a0e6c4979 Enable ppc64le support for camel-qdrant (#19117)
22a0e6c4979 is described below
commit 22a0e6c4979942c21402eb84f0a932c1d2815938
Author: Anushka Juli <[email protected]>
AuthorDate: Tue Sep 9 19:42:55 2025 +0530
Enable ppc64le support for camel-qdrant (#19117)
Co-authored-by: anushkajuli <[email protected]>
---
components/camel-ai/camel-qdrant/pom.xml | 2 --
.../org/apache/camel/test/infra/qdrant/services/container.properties | 1 +
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/components/camel-ai/camel-qdrant/pom.xml
b/components/camel-ai/camel-qdrant/pom.xml
index 2fa1bf38bc2..4fbf6d6573c 100644
--- a/components/camel-ai/camel-qdrant/pom.xml
+++ b/components/camel-ai/camel-qdrant/pom.xml
@@ -36,9 +36,7 @@
<camel.surefire.parallel.factor>4</camel.surefire.parallel.factor>
<!-- Qdrant 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-qdrant/src/main/resources/org/apache/camel/test/infra/qdrant/services/container.properties
b/test-infra/camel-test-infra-qdrant/src/main/resources/org/apache/camel/test/infra/qdrant/services/container.properties
index ddc7c21197b..1f55c4c60cc 100644
---
a/test-infra/camel-test-infra-qdrant/src/main/resources/org/apache/camel/test/infra/qdrant/services/container.properties
+++
b/test-infra/camel-test-infra-qdrant/src/main/resources/org/apache/camel/test/infra/qdrant/services/container.properties
@@ -15,3 +15,4 @@
## limitations under the License.
## ---------------------------------------------------------------------------
qdrant.container=mirror.gcr.io/qdrant/qdrant:v1.15.1-unprivileged
+qdrant.container.ppc64le=icr.io/ppc64le-oss/qdrant-ppc64le:1.14.1