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 a12e2a30ab02 pgvector container image is not available for ppc64le and
s390x
a12e2a30ab02 is described below
commit a12e2a30ab0265ee2445c72c129998c911d2580f
Author: Aurélien Pupier <[email protected]>
AuthorDate: Mon Apr 13 11:22:38 2026 +0200
pgvector container image is not available for ppc64le and s390x
allows to fix master branch test
this new images was introduced with
https://github.com/apache/camel/pull/22207
Signed-off-by: Aurélien Pupier <[email protected]>
---
components/camel-ai/camel-pgvector/pom.xml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/components/camel-ai/camel-pgvector/pom.xml
b/components/camel-ai/camel-pgvector/pom.xml
index b02e9208d361..1a0ad3c19b5a 100644
--- a/components/camel-ai/camel-pgvector/pom.xml
+++ b/components/camel-ai/camel-pgvector/pom.xml
@@ -32,6 +32,10 @@
<description>Camel PGVector support</description>
<properties>
+ <!-- PG Vector is not available on these platforms -->
+ <skipITs.ppc64le>true</skipITs.ppc64le>
+ <skipITs.s390x>true</skipITs.s390x>
+
<camel.surefire.parallel>true</camel.surefire.parallel>
<camel.surefire.parallel.factor>4</camel.surefire.parallel.factor>
</properties>