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 2019/12/25 10:49:25 UTC

[hadoop] branch branch-2.10 updated: HADOOP-16610. Upgrade to yetus 0.11.1 and use emoji vote on github pre commit (#1527). Contributed by Duo Zhang.

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

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


The following commit(s) were added to refs/heads/branch-2.10 by this push:
     new 7db97a2  HADOOP-16610. Upgrade to yetus 0.11.1 and use emoji vote on github pre commit (#1527). Contributed by Duo Zhang.
7db97a2 is described below

commit 7db97a23262a6df63814e2802c14d0c84cfbfd64
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Nov 19 16:51:49 2019 +0800

    HADOOP-16610. Upgrade to yetus 0.11.1 and use emoji vote on github pre commit (#1527). Contributed by Duo Zhang.
    
    Signed-off-by: Ayush Saxena <ay...@apache.org>
    (cherry picked from commit 3cecb2a46974d446a91435ac49c70742e3cbb6bd)
    (cherry picked from commit 440b7abc049a7ea60cc2f72f33a792bdae523e03)
---
 Jenkinsfile | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index e292383..422f81c 100644
--- a/Jenkinsfile
+++ b/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.10.0'
+        YETUS_VERSION='rel/0.11.1'
     }
 
     parameters {
@@ -147,11 +147,14 @@ pipeline {
                         YETUS_ARGS+=("--dockerfile=${DOCKERFILE}")
 
                         # effectively treat dev-suport as a custom maven module
-                        YETUS_ARGS+=("--skip-dir=dev-support")
+                        YETUS_ARGS+=("--skip-dirs=dev-support")
 
                         # 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")
+
                         "${TESTPATCHBIN}" "${YETUS_ARGS[@]}"
                         '''
                 }


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