You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aa...@apache.org on 2021/03/11 16:25:42 UTC

[hadoop] branch branch-3.2 updated: HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (#2745)

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

aajisaka pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new 6a24757  HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (#2745)
6a24757 is described below

commit 6a24757718d32b5047fcb75de9c9e2287d97b2c7
Author: Akira Ajisaka <aa...@apache.org>
AuthorDate: Thu Mar 11 21:48:47 2021 +0900

    HADOOP-17570. Apply YETUS-1102 to re-enable GitHub comments (#2745)
    
    Reviewed-by: Ayush Saxena <ay...@apache.org>
    (cherry picked from commit 9b78de25507bc22ff5a44da4b2a112fbccc64500)
    (cherry picked from commit 0c1ba49c37a5ec2cbf32682baba741cde383a7d4)
---
 dev-support/Jenkinsfile | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6561ac1..ceb8362 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -35,7 +35,7 @@ pipeline {
         DOCKERFILE = "${SOURCEDIR}/dev-support/docker/Dockerfile"
         YETUS='yetus'
         // Branch or tag name.  Yetus release tags are 'rel/X.Y.Z'
-        YETUS_VERSION='rel/0.13.0'
+        YETUS_VERSION='11eb9b09786e401fbdeaa3be83a19a4066fd7813'
     }
 
     parameters {
@@ -152,6 +152,10 @@ pipeline {
                         # custom javadoc goals
                         YETUS_ARGS+=("--mvn-javadoc-goals=process-sources,javadoc:javadoc-no-fork")
 
+                        # write Yetus report as GitHub comment (YETUS-1102)
+                        YETUS_ARGS+=("--github-write-comment")
+                        YETUS_ARGS+=("--github-use-emoji-vote")
+
                         "${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
                         '''
                 }


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org