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/18 06:57:49 UTC

[camel] branch main updated (9ef9387a3d9 -> d16f5da3026)

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 9ef9387a3d9 CAMEL-19365: disabled UndertowHttpsSpringTest
     new 53a827ce362 (chores) ci (s390x): do include the salesforce on the build
     new d16f5da3026 (chores) ci (ppc64le): do include the camel-kudu on the build

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:
 Jenkinsfile.ppc64le | 2 +-
 Jenkinsfile.s390x   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)


[camel] 02/02: (chores) ci (ppc64le): do include the camel-kudu on the build

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 d16f5da30264adcc27398675a408012dc308c875
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu May 18 08:57:30 2023 +0200

    (chores) ci (ppc64le): do include the camel-kudu on the build
    
    The build skip is now done at the Maven build level
---
 Jenkinsfile.ppc64le | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le
index 87e12098bef..59bd654f1cc 100644
--- a/Jenkinsfile.ppc64le
+++ b/Jenkinsfile.ppc64le
@@ -71,7 +71,7 @@ pipeline {
             }
             steps {
                 // Skip modules camel-kudu and docs as these are not supported on ppc64le.
-                sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip -Dmaven.test.skip.exec=true clean install -pl '!docs,!components/camel-kudu'"
+                sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip -Dmaven.test.skip.exec=true clean install -pl '!docs'"
             }
         }
 


[camel] 01/02: (chores) ci (s390x): do include the salesforce on the build

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 53a827ce362781de5f43382351588f4210cf6089
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu May 18 08:56:35 2023 +0200

    (chores) ci (s390x): do include the salesforce on the build
    
    The build skip is now done at the Maven build level
---
 Jenkinsfile.s390x | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index c7937c7798d..6149f09b6ee 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -71,7 +71,7 @@ pipeline {
             }
             steps {
                 // Skip modules camel-kudu and docs as these are not supported on s390x.
-                sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip -Dmaven.test.skip.exec=true clean install -pl '!docs,!components/camel-salesforce/camel-salesforce-component'"
+                sh "./mvnw -U $MAVEN_PARAMS -Darchetype.test.skip -Dmaven.test.skip.exec=true clean install -pl '!docs'"
             }
         }