You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2018/04/13 15:52:46 UTC

[1/2] hbase git commit: HBASE-20379 shadedjars yetus plugin should add a footer link

Repository: hbase
Updated Branches:
  refs/heads/branch-2.0 cba88d15e -> ed3a6564c


HBASE-20379 shadedjars yetus plugin should add a footer link

Signed-off-by: Mike Drob <md...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/ed3a6564
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/ed3a6564
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/ed3a6564

Branch: refs/heads/branch-2.0
Commit: ed3a6564c5da625209753dc45af67988209922f3
Parents: 0d8262f
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Apr 12 16:31:24 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Apr 13 10:51:50 2018 -0500

----------------------------------------------------------------------
 dev-support/hbase-personality.sh | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/ed3a6564/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 90786f2..e047a5a 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -365,6 +365,7 @@ function shadedjars_rebuild
   count=$(${GREP} -c '\[ERROR\]' "${logfile}")
   if [[ ${count} -gt 0 ]]; then
     add_vote_table -1 shadedjars "${repostatus} has ${count} errors when building our shaded downstream artifacts."
+    add_footer_table shadedjars "@@BASE@@/${repostatus}-shadedjars.txt"
     return 1
   fi
 


[2/2] hbase git commit: HBASE-20112 register nightly junit over hadoop3 results with jenkins.

Posted by bu...@apache.org.
HBASE-20112 register nightly junit over hadoop3 results with jenkins.

Signed-off-by: Michael Stack <st...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/0d8262f9
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/0d8262f9
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/0d8262f9

Branch: refs/heads/branch-2.0
Commit: 0d8262f9e48caf7475178472e07ff26c13ce069f
Parents: cba88d1
Author: Sean Busbey <bu...@apache.org>
Authored: Fri Apr 13 00:08:39 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Fri Apr 13 10:51:50 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/0d8262f9/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 238d0e6..6acd4b2 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -381,8 +381,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           post {
             always {
               stash name: 'hadoop3-result', includes: "${OUTPUT_DIR_RELATIVE}/commentfile"
-              // Not sure how two junit test reports will work. Disabling this for now.
-              // junit testResults: "${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
+              junit testResults: "${env.OUTPUT_DIR_RELATIVE}/**/target/**/TEST-*.xml", allowEmptyResults: true
               // zip surefire reports.
               sh '''#!/bin/bash -e
                 if [ -d "${OUTPUT_DIR}/archiver" ]; then