You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2017/12/12 03:14:21 UTC

[2/2] hbase git commit: testing only change

testing only change


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

Branch: refs/heads/HBASE-19491
Commit: 9cd5235015435d8010b27ac55bc4c31fd0cfa84d
Parents: 480f485
Author: Apekshit Sharma <ap...@apache.org>
Authored: Mon Dec 11 19:13:54 2017 -0800
Committer: Apekshit Sharma <ap...@apache.org>
Committed: Mon Dec 11 19:13:54 2017 -0800

----------------------------------------------------------------------
 dev-support/Jenkinsfile          | 3 ++-
 dev-support/hbase-personality.sh | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9cd52350/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 512f177..39e1c95 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -49,11 +49,12 @@ pipeline {
     // output from surefire; sadly the archive function in yetus only works on file names.
     ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
     // These tests currently have known failures. Once they burn down to 0, remove from here so that new problems will cause a failure.
-    TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
+    TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"
     // Extra args passed by Yetus to docker command line. Using it to add environment variables
     // to docker container.
     DOCKER_EXTRAARGS="--env=EXCLUDE_TESTS_URL=https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/"
+    DEBUG="true"
   }
   parameters {
     booleanParam(name: 'USE_YETUS_PRERELEASE', defaultValue: false, description: '''Check to use the current HEAD of apache/yetus rather than our configured release.

http://git-wip-us.apache.org/repos/asf/hbase/blob/9cd52350/dev-support/hbase-personality.sh
----------------------------------------------------------------------
diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 11f8731..92b094f 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -219,8 +219,6 @@ function shadedjars_rebuild
 
 ###################################################
 
-add_test_type hadoopcheck
-
 ## @description  hadoopcheck file filter
 ## @audience     private
 ## @stability    evolving
@@ -465,6 +463,7 @@ function hbaseanti_patchfile
 function mvnsite_filefilter
 {
   local filename=$1
+  return
 
   if [[ ${BUILDTOOL} = maven ]]; then
     if [[ ${filename} =~ src/site || ${filename} =~ src/main/asciidoc ]]; then