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

acosentino pushed a commit to branch camel-master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit 2b74a7c337dfbffd432dc8b561d33894cb77b10f
Author: Otavio Rodolfo Piske <opi...@redhat.com>
AuthorDate: Tue Dec 15 15:17:33 2020 +0100

    Enable integration tests on Apache CI
---
 Jenkinsfile       | 2 +-
 Jenkinsfile.jdk11 | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 35cacac..bfa1f1d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -66,7 +66,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true 
clean install"
+                sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true clean install"
             }
             post {
                 always {
diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11
index 0ed1428..7011e19 100644
--- a/Jenkinsfile.jdk11
+++ b/Jenkinsfile.jdk11
@@ -66,7 +66,7 @@ pipeline {
 
         stage('Test') {
             steps {
-                sh "./mvnw $MAVEN_PARAMS -Dmaven.test.failure.ignore=true 
clean install"
+                sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false 
-Denable.slow.tests=true -Dmaven.test.failure.ignore=true clean install"
             }
             post {
                 always {

Reply via email to