This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 532a3e3 Enable integration tests on Apache CI
532a3e3 is described below
commit 532a3e3797d5c804770d20bd70dec2f244f0f688
Author: Otavio Rodolfo Piske <[email protected]>
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 {