You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2023/05/20 13:33:30 UTC

[camel] branch main updated (4ad2b4d3abc -> 9dfb48035d7)

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

orpiske pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


    from 4ad2b4d3abc (chores) build: remove unused 'errorprone' profile
     new 83cd6480fad (chores) camel-optaplanner: blocked from running on CI due to instabilities
     new 9dfb48035d7 (chores) camel-jpa: blocked from running on CI due to instabilities

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 components/camel-jpa/pom.xml         | 2 ++
 components/camel-optaplanner/pom.xml | 2 ++
 2 files changed, 4 insertions(+)


[camel] 02/02: (chores) camel-jpa: blocked from running on CI due to instabilities

Posted by or...@apache.org.
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

commit 9dfb48035d763e32a11be5e84a5772f7852e6416
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sat May 20 15:33:12 2023 +0200

    (chores) camel-jpa: blocked from running on CI due to instabilities
---
 components/camel-jpa/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-jpa/pom.xml b/components/camel-jpa/pom.xml
index a80499953b2..c7a867edec6 100644
--- a/components/camel-jpa/pom.xml
+++ b/components/camel-jpa/pom.xml
@@ -32,6 +32,8 @@
     <description>Camel JPA support</description>
 
     <properties>
+        <!-- Needs to be investigated: crashes on CI on s390x -->
+        <skipTests.s390x>true</skipTests.s390x>
     </properties>
 
     <dependencies>


[camel] 01/02: (chores) camel-optaplanner: blocked from running on CI due to instabilities

Posted by or...@apache.org.
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

commit 83cd6480fadf901d3d00c7345ed0d5aaeee33b08
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Sat May 20 15:33:04 2023 +0200

    (chores) camel-optaplanner: blocked from running on CI due to instabilities
---
 components/camel-optaplanner/pom.xml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/components/camel-optaplanner/pom.xml b/components/camel-optaplanner/pom.xml
index c90a1cb7bb5..32af1739922 100644
--- a/components/camel-optaplanner/pom.xml
+++ b/components/camel-optaplanner/pom.xml
@@ -33,6 +33,8 @@
 
     <properties>
         <camel.surefire.forkTimeout>1800</camel.surefire.forkTimeout>
+        <!-- Needs to be investigated: crashes on CI on ppc64le -->
+        <skipTests.ppc64le>true</skipTests.ppc64le>
     </properties>
 
     <dependencies>