Skip to content

Commit

Permalink
KAFKA-14682: Report Mockito unused stubbings during Jenkins build (ap…
Browse files Browse the repository at this point in the history
…ache#14186)

* KAFKA-14682: Report Mockito unused stubbings during Jenkins build

* DO NOT MERGE: Add test case that should fail during Jenkins build

* Revert "DO NOT MERGE: Add test case that should fail during Jenkins build"

This reverts commit 8418b83.
  • Loading branch information
C0urante authored and jeqo committed Aug 15, 2023
1 parent 337ecc7 commit ad229e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def isChangeRequest(env) {
env.CHANGE_ID != null && !env.CHANGE_ID.isEmpty()
}

def doTest(env, target = "unitTest integrationTest") {
def doTest(env, target = "test") {
sh """./gradlew -PscalaVersion=$SCALA_VERSION ${target} \
--profile --continue -PkeepAliveMode="session" -PtestLoggingEvents=started,passed,skipped,failed \
-PignoreFailures=true -PmaxParallelForks=2 -PmaxTestRetries=1 -PmaxTestRetryFailures=10"""
Expand Down

0 comments on commit ad229e3

Please sign in to comment.