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 a7bcc56 Give another run on test failures to rule out false negatives due to slow CI environments a7bcc56 is described below commit a7bcc56aabaafb5c68ea4252f765331180d9e492 Author: Otavio Rodolfo Piske <opi...@redhat.com> AuthorDate: Fri Feb 12 15:16:22 2021 +0100 Give another run on test failures to rule out false negatives due to slow CI environments --- .github/workflows/ci-build.yml | 1 + .github/workflows/daily-java-next.yml | 1 + Jenkinsfile.jdk11 | 2 +- 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 27ad769..094839c 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -72,6 +72,7 @@ jobs: - name: build and itests run: | ./mvnw ${MAVEN_ARGS} \ + -Dfailsafe.rerunFailingTestsCount=2 \ -Dcheckstyle.failOnViolation=true \ -Psourcecheck \ -DskipIntegrationTests=false \ diff --git a/.github/workflows/daily-java-next.yml b/.github/workflows/daily-java-next.yml index 3ee63bf..e65f126 100644 --- a/.github/workflows/daily-java-next.yml +++ b/.github/workflows/daily-java-next.yml @@ -69,6 +69,7 @@ jobs: - name: build and itests run: | ./mvnw ${MAVEN_ARGS} \ + -Dfailsafe.rerunFailingTestsCount=2 \ -Dcheckstyle.failOnViolation=true \ -Psourcecheck \ -DskipIntegrationTests=false \ diff --git a/Jenkinsfile.jdk11 b/Jenkinsfile.jdk11 index 7011e19..d9312ad 100644 --- a/Jenkinsfile.jdk11 +++ b/Jenkinsfile.jdk11 @@ -66,7 +66,7 @@ pipeline { stage('Test') { steps { - sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false -Denable.slow.tests=true -Dmaven.test.failure.ignore=true clean install" + sh "./mvnw $MAVEN_PARAMS -DskipIntegrationTests=false -Denable.slow.tests=true -Dmaven.test.failure.ignore=true -Dfailsafe.rerunFailingTestsCount=2 clean install" } post { always {