You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by pk...@apache.org on 2022/10/16 08:11:06 UTC

[logging-log4j2] branch master updated: Correct Kafka GitHub Actions configuration

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

pkarwasz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git


The following commit(s) were added to refs/heads/master by this push:
     new bfe4597504 Correct Kafka GitHub Actions configuration
bfe4597504 is described below

commit bfe4597504c120c005872e330a3b00c975053636
Author: Piotr P. Karwasz <pi...@karwasz.org>
AuthorDate: Wed Oct 12 21:53:01 2022 +0200

    Correct Kafka GitHub Actions configuration
---
 .github/workflows/log4j-kafka-test.yml | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/log4j-kafka-test.yml b/.github/workflows/log4j-kafka-test.yml
index 29090277c8..edf462c45b 100644
--- a/.github/workflows/log4j-kafka-test.yml
+++ b/.github/workflows/log4j-kafka-test.yml
@@ -13,7 +13,8 @@
 # See the license for the specific language governing permissions and
 # limitations under the license.
 
-name: build
+name: log4j-kafka tests
+on: [workflow_dispatch]
 
 permissions: read-all
 
@@ -22,7 +23,6 @@ jobs:
   log4j-kafka-test:
 
     runs-on: ubuntu-latest
-
     strategy:
       matrix:
         version: [ 1.1.1, 2.8.2, 3.3.1 ]
@@ -51,9 +51,7 @@ jobs:
         run: |
           ./mvnw \
             --show-version --batch-mode --errors --no-transfer-progress --fail-at-end \
-            -DtrimStackTrace=false \
-            -Dsurefire.rerunFailingTestsCount=2 \
-            -Dlog4j2.junit.fileCleanerSleepPeriodMillis=1000 \
             -Dkafka.version=${{ matrix.version }} \
+            -pl log4j-kafka \
             test