You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2019/08/25 06:20:14 UTC

[hbase] branch HBASE-22724 created (now 558df1e)

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

zhangduo pushed a change to branch HBASE-22724
in repository https://gitbox.apache.org/repos/asf/hbase.git.


      at 558df1e  HBASE-22724 Add a emoji on the vote table for pre commit result on github

This branch includes the following new commits:

     new 558df1e  HBASE-22724 Add a emoji on the vote table for pre commit result on github

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[hbase] 01/01: HBASE-22724 Add a emoji on the vote table for pre commit result on github

Posted by zh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

zhangduo pushed a commit to branch HBASE-22724
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 558df1e012788c2400d3c114c6f361559cff8d8b
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Sun Aug 25 14:19:33 2019 +0800

    HBASE-22724 Add a emoji on the vote table for pre commit result on github
---
 dev-support/Jenkinsfile_GitHub | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index 63cadeb..11b64f6 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -37,7 +37,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='master'
     }
 
     parameters {
@@ -163,6 +163,8 @@ pipeline {
                         YETUS_ARGS+=("--skip-dir=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[@]}"
                         '''
                 }