You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/12/16 07:05:02 UTC

[camel-kafka-connector] 04/05: Enable integration tests on Apache CI

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

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

commit cdf4e327914d68ab1638cac0399823dcd60939d3
Author: Otavio Rodolfo Piske <op...@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 {