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
The following commit(s) were added to refs/heads/main by this push: new a4cef9fa022 (chores) ci: enable re-run of failed integration tests (#11062) a4cef9fa022 is described below commit a4cef9fa022c131dc49fc18c0d810da752888d9d Author: Otavio Rodolfo Piske <orpi...@users.noreply.github.com> AuthorDate: Thu Aug 10 08:03:18 2023 +0200 (chores) ci: enable re-run of failed integration tests (#11062) --- Jenkinsfile.jdk17 | 2 +- Jenkinsfile.ppc64le | 2 +- Jenkinsfile.s390x | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile.jdk17 b/Jenkinsfile.jdk17 index 1258745eabf..1ea01a4088c 100644 --- a/Jenkinsfile.jdk17 +++ b/Jenkinsfile.jdk17 @@ -17,7 +17,7 @@ def AGENT_LABEL = env.AGENT_LABEL ?: 'ubuntu' def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest' -def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2" +def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2 -Dfailsafe.rerunFailingTestsCount=1" def MAVEN_TEST_PARAMS = env.MAVEN_TEST_PARAMS ?: "-Dci.env.name=apache.org" pipeline { diff --git a/Jenkinsfile.ppc64le b/Jenkinsfile.ppc64le index 1386e00a051..dff65df00f5 100644 --- a/Jenkinsfile.ppc64le +++ b/Jenkinsfile.ppc64le @@ -17,7 +17,7 @@ def AGENT_LABEL = 'power9' def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest' -def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2" +def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2 -Dfailsafe.rerunFailingTestsCount=1" def MAVEN_TEST_PARAMS = env.MAVEN_TEST_PARAMS ?: "-Dkafka.instance.type=local-strimzi-container -Dci.env.name=apache.org" /* Below parameters are required for camel/core/camel-core module's test cases to pass diff --git a/Jenkinsfile.s390x b/Jenkinsfile.s390x index 29078da42cb..4bb43200ff5 100644 --- a/Jenkinsfile.s390x +++ b/Jenkinsfile.s390x @@ -17,7 +17,7 @@ def AGENT_LABEL = 's390x' def JDK_NAME = env.JDK_NAME ?: 'jdk_17_latest' -def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2" +def MAVEN_PARAMS = "-B -e -fae -V -Dnoassembly -Dmaven.compiler.fork=true -Dsurefire.rerunFailingTestsCount=2 -Dfailsafe.rerunFailingTestsCount=1" def MAVEN_TEST_PARAMS = env.MAVEN_TEST_PARAMS ?: "-Dkafka.instance.type=local-strimzi-container -Dci.env.name=apache.org" /* Below parameters are required for camel/core/camel-core module's test cases to pass