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

ayushsaxena pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tez.git


The following commit(s) were added to refs/heads/master by this push:
     new 0be5d513f TEZ-4625: Yetus upgrade to 0.15.1 version (#409). (Mahesh 
Raju Somalaraju, reviewed by Laszlo Bodor, Ayush Saxena)
0be5d513f is described below

commit 0be5d513fea021ad5f0b120810aa542fe6989be3
Author: Mahesh Raju Somalaraju <[email protected]>
AuthorDate: Mon Apr 28 14:33:21 2025 +0530

    TEZ-4625: Yetus upgrade to 0.15.1 version (#409). (Mahesh Raju Somalaraju, 
reviewed by Laszlo Bodor, Ayush Saxena)
---
 Jenkinsfile | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 4ce236598..79c2a3e3c 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -35,7 +35,7 @@ pipeline {
         DOCKERFILE = "${SOURCEDIR}/build-tools/docker/Dockerfile"
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
-        YETUS_VERSION='rel/0.12.0'
+        YETUS_VERSION='rel/0.15.1'
 
     }
 
@@ -105,7 +105,6 @@ pipeline {
                         
YETUS_ARGS+=("--html-report-file=${WORKSPACE}/${PATCHDIR}/report.html")
 
                         # enable writing back to Github
-                        YETUS_ARGS+=(--github-user="${GITHUB_USER}")
                         YETUS_ARGS+=(--github-token="${GITHUB_TOKEN}")
 
                         # auto-kill any surefire stragglers during unit test 
runs
@@ -149,15 +148,16 @@ pipeline {
                         # help keep the ASF boxes clean
                         YETUS_ARGS+=("--sentinel")
 
-                        # use emoji vote so it is easier to find the broken 
line
-                        YETUS_ARGS+=("--github-use-emoji-vote")
-
                         # test with Java 8 and 11
                         
YETUS_ARGS+=("--java-home=/usr/lib/jvm/java-8-openjdk-amd64")
                         
YETUS_ARGS+=("--multijdkdirs=/usr/lib/jvm/java-11-openjdk-amd64")
                         YETUS_ARGS+=("--multijdktests=compile")
                         YETUS_ARGS+=("--debug")
 
+                        # write Yetus report as GitHub comment (YETUS-1102)
+                        YETUS_ARGS+=("--github-write-comment")
+                        YETUS_ARGS+=("--github-use-emoji-vote")
+
                         "${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
                         '''
                 }

Reply via email to