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

aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus.git


The following commit(s) were added to refs/heads/main by this push:
     new 008c7bc6 YETUS-1192. Semaphore CI needs junit in full mode (#321)
008c7bc6 is described below

commit 008c7bc6992a3c6cb9a7e033416173e44cf6ca37
Author: Allen Wittenauer <a...@apache.org>
AuthorDate: Tue Sep 12 07:38:17 2023 -0700

    YETUS-1192. Semaphore CI needs junit in full mode (#321)
    
    Signed-off-by: Nick Dimiduk <ndimi...@apache.org>
---
 .semaphore/semaphore-build.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.semaphore/semaphore-build.sh b/.semaphore/semaphore-build.sh
index 1bf78544..4561894b 100755
--- a/.semaphore/semaphore-build.sh
+++ b/.semaphore/semaphore-build.sh
@@ -24,6 +24,7 @@ PRECOMMITDIR=precommit/src/main/shell
   --patch-dir=/tmp/yetus-out \
   --tests-filter=checkstyle,test4tests \
   --junit-report-xml=/tmp/yetus-out/junit-results.xml \
+  --junit-report-style=full \
   --docker \
   --dockerfile="${PRECOMMITDIR}/test-patch-docker/Dockerfile" \
   --docker-cache-from=ghcr.io/apache/yetus-base:main,ubuntu:jammy

Reply via email to