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

apupier 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 b3453946a92f CAMEL-23121 - Use default Apache Kafka image for test 
container on Jenkins
b3453946a92f is described below

commit b3453946a92f6efe1d989fd66b49140ef792f4d6
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Mar 5 16:22:32 2026 +0100

    CAMEL-23121 - Use default Apache Kafka image for test container on
    Jenkins
    
    with kafka 4.2, the tests started to fail with Strimzi.
    
    Might be worth to create later a second test execution with strimzi (and
    fix the launch of the test)
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index bbabca5708eb..231efecea77b 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -15,7 +15,7 @@
  * limitations under the License.
  */
 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"
+def MAVEN_TEST_PARAMS = env.MAVEN_TEST_PARAMS ?: "-Dci.env.name=apache.org"
 def MAVEN_TEST_PARAMS_UBUNTU = env.MAVEN_TEST_PARAMS ?: 
"-Dci.env.name=apache.org"
 /*
 Below parameters are required for camel/core/camel-core module's test cases to 
pass on ppc64 and s390x

Reply via email to