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 2022/06/14 14:21:43 UTC

[camel] branch main updated (407c95e3283 -> cfd43bb9065)

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 407c95e3283 camel-jbang - Add --fresh option to run command
     new 6e9076a95d4 Update Jenkinsfile.s390x
     new 4e9e01746b3 Update Jenkinsfile.s390x
     new cfd43bb9065 Update Jenkinsfile.s390x

The 3 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.s390x | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)


[camel] 03/03: Update Jenkinsfile.s390x

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 cfd43bb9065032dca9581c85d44e8b1ca7d356a7
Author: Nayana Thorat <nt...@us.ibm.com>
AuthorDate: Tue Jun 14 19:46:10 2022 +0530

    Update Jenkinsfile.s390x
---
 Jenkinsfile.s390x | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index d0e709bc40a..7c74e97ef13 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -23,7 +23,7 @@ def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 def MAVEN_TEST_PARAMS = "-Dkafka.instance.type=local-strimzi-container"
 /*
-Below parameters required for camel/core/camel-core module's test cases to pass
+Below parameters are required for camel/core/camel-core module's test cases to pass
 - xpathExprGrpLimit: limits the number of groups an Xpath expression can contain 
 - xpathExprOpLimit: limits the number of operators an Xpath expression can contain
 */
@@ -71,7 +71,7 @@ pipeline {
             }
             steps {
                 // Skip modules camel-kudu and docs as these are not supported on s390x.
-                sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install -pl '!docs,!components/camel-kudu,!components/camel-djl'"
+                sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install -pl '!docs,!components/camel-kudu'"
             }
         }
 


[camel] 02/03: Update Jenkinsfile.s390x

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 4e9e01746b375e014f4f3c517ff21da5bbd3949f
Author: Nayana Thorat <nt...@us.ibm.com>
AuthorDate: Tue Jun 14 19:43:27 2022 +0530

    Update Jenkinsfile.s390x
---
 Jenkinsfile.s390x | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index e643dbf6fc6..d0e709bc40a 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -22,8 +22,12 @@ def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 
 def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 def MAVEN_TEST_PARAMS = "-Dkafka.instance.type=local-strimzi-container"
-// Below paramteres needed for core/camel-core module
-def MAVEN_TEST_LIMIT_PARAMS = "-Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000"   
+/*
+Below parameters required for camel/core/camel-core module's test cases to pass
+- xpathExprGrpLimit: limits the number of groups an Xpath expression can contain 
+- xpathExprOpLimit: limits the number of operators an Xpath expression can contain
+*/
+def MAVEN_TEST_LIMIT_PARAMS = "-Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000"
 
 pipeline {
 


[camel] 01/03: Update Jenkinsfile.s390x

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 6e9076a95d4f90382c0f262a6a2373caacad3d3f
Author: Nayana Thorat <nt...@us.ibm.com>
AuthorDate: Tue Jun 14 17:31:08 2022 +0530

    Update Jenkinsfile.s390x
---
 Jenkinsfile.s390x | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x
index 2eecc506f05..e643dbf6fc6 100644
--- a/Jenkinsfile.s390x
+++ b/Jenkinsfile.s390x
@@ -22,6 +22,8 @@ def JDK_NAME = env.JDK_NAME ?: 'jdk_11_latest'
 
 def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2"
 def MAVEN_TEST_PARAMS = "-Dkafka.instance.type=local-strimzi-container"
+// Below paramteres needed for core/camel-core module
+def MAVEN_TEST_LIMIT_PARAMS = "-Djdk.xml.xpathExprGrpLimit=100 -Djdk.xml.xpathExprOpLimit=2000"   
 
 pipeline {
 
@@ -64,7 +66,7 @@ pipeline {
                 branch 'main'
             }
             steps {
-                // Remove camel-kudu and docs as these are not supported on s390x.
+                // Skip modules camel-kudu and docs as these are not supported on s390x.
                 sh "./mvnw -U $MAVEN_PARAMS -Dmaven.test.skip.exec=true clean install -pl '!docs,!components/camel-kudu,!components/camel-djl'"
             }
         }
@@ -77,8 +79,8 @@ pipeline {
 
         stage('Test') {
             steps {
-                // Remove camel-kudu and docs as these are not supported on s390x.
-                sh "./mvnw $MAVEN_PARAMS $MAVEN_TEST_PARAMS -Dmaven.test.failure.ignore=true -Dcheckstyle.skip=true verify -pl '!docs,!components/camel-kudu,!components/camel-djl'"
+                // Skip the test case execution of modules which are either not supported on s390x or vendor images are not not available for s390x.
+                sh "./mvnw $MAVEN_PARAMS $MAVEN_TEST_PARAMS $MAVEN_TEST_LIMIT_PARAMS -Dmaven.test.failure.ignore=true -Dcheckstyle.skip=true verify -pl '!docs,!components/camel-kudu,!components/camel-djl,!components/camel-consul,!components/camel-pulsar,!components/camel-xmpp,!components/camel-google/camel-google-pubsub,!components/camel-hdfs,!components/camel-vertx/camel-vertx-kafka/camel-vertx-kafka-component,!components/camel-zookeeper,!components/camel-zookeeper-master'"
             }
             post {
                 always {