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/05/22 22:44:48 UTC

[1/6] hbase git commit: HBASE-20591 nightly job needs to enable maven build system.

Repository: hbase
Updated Branches:
  refs/heads/branch-1 6d1aa2800 -> 9d35a70b1
  refs/heads/branch-1.2 797a35276 -> 66941d70b
  refs/heads/branch-1.3 f69697711 -> 94001b35a
  refs/heads/branch-1.4 5e9c2d072 -> 302b1882f
  refs/heads/branch-2 c3c9a4a59 -> 29f492b34
  refs/heads/branch-2.0 a342d0278 -> da6f0e0d7


HBASE-20591 nightly job needs to enable maven build system.

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/29f492b3
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/29f492b3
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/29f492b3

Branch: refs/heads/branch-2
Commit: 29f492b344b80994e63c879cb720de3cdfbf5d86
Parents: c3c9a4a
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 16 08:58:00 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue May 22 17:43:21 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/29f492b3/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 637f1bc..f1c8308 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -202,7 +202,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_JDK7}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_JDK7}"
             // On branches where we do jdk7 checks, jdk7 will be JAVA_HOME already.
@@ -280,7 +280,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,findbugs,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
@@ -365,7 +365,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt


[4/6] hbase git commit: HBASE-20591 nightly job needs to enable maven build system.

Posted by bu...@apache.org.
HBASE-20591 nightly job needs to enable maven build system.

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/302b1882
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/302b1882
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/302b1882

Branch: refs/heads/branch-1.4
Commit: 302b1882f06de954ed1e0536ae8eac22d389f23a
Parents: 5e9c2d0
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 16 08:58:00 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue May 22 17:43:38 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/302b1882/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 8d6ae93..f45ed4d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -202,7 +202,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_JDK7}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_JDK7}"
             // On branches where we do jdk7 checks, jdk7 will be JAVA_HOME already.
@@ -280,7 +280,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,findbugs,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
@@ -365,7 +365,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt


[5/6] hbase git commit: HBASE-20591 nightly job needs to enable maven build system.

Posted by bu...@apache.org.
HBASE-20591 nightly job needs to enable maven build system.

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/94001b35
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/94001b35
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/94001b35

Branch: refs/heads/branch-1.3
Commit: 94001b35a75c0d0824033f57064622e414e33d8c
Parents: f696977
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 16 08:58:00 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue May 22 17:43:42 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/94001b35/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 8d6ae93..f45ed4d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -202,7 +202,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_JDK7}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_JDK7}"
             // On branches where we do jdk7 checks, jdk7 will be JAVA_HOME already.
@@ -280,7 +280,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,findbugs,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
@@ -365,7 +365,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt


[2/6] hbase git commit: HBASE-20591 nightly job needs to enable maven build system.

Posted by bu...@apache.org.
HBASE-20591 nightly job needs to enable maven build system.

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/da6f0e0d
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/da6f0e0d
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/da6f0e0d

Branch: refs/heads/branch-2.0
Commit: da6f0e0d7a57619bdd40cbc394fab30766ef2f55
Parents: a342d02
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 16 08:58:00 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue May 22 17:43:29 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/da6f0e0d/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 637f1bc..f1c8308 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -202,7 +202,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_JDK7}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_JDK7}"
             // On branches where we do jdk7 checks, jdk7 will be JAVA_HOME already.
@@ -280,7 +280,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,findbugs,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
@@ -365,7 +365,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt


[3/6] hbase git commit: HBASE-20591 nightly job needs to enable maven build system.

Posted by bu...@apache.org.
HBASE-20591 nightly job needs to enable maven build system.

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/9d35a70b
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/9d35a70b
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/9d35a70b

Branch: refs/heads/branch-1
Commit: 9d35a70b15b9796b95aba1427f177b747f67ddbf
Parents: 6d1aa28
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 16 08:58:00 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue May 22 17:43:34 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/9d35a70b/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 8d6ae93..f45ed4d 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -202,7 +202,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_JDK7}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_JDK7}"
             // On branches where we do jdk7 checks, jdk7 will be JAVA_HOME already.
@@ -280,7 +280,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,findbugs,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
@@ -365,7 +365,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt


[6/6] hbase git commit: HBASE-20591 nightly job needs to enable maven build system.

Posted by bu...@apache.org.
HBASE-20591 nightly job needs to enable maven build system.

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/66941d70
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/66941d70
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/66941d70

Branch: refs/heads/branch-1.2
Commit: 66941d70bb9b6d54b3907b990b890595c77a533e
Parents: 797a352
Author: Sean Busbey <bu...@apache.org>
Authored: Wed May 16 08:58:00 2018 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Tue May 22 17:43:47 2018 -0500

----------------------------------------------------------------------
 dev-support/Jenkinsfile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/66941d70/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b7e27df..d5d56b1 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -202,7 +202,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_JDK7}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_JDK7}"
             // On branches where we do jdk7 checks, jdk7 will be JAVA_HOME already.
@@ -280,7 +280,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,findbugs,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,findbugs,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP2}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt
@@ -365,7 +365,7 @@ curl -L  -o personality.sh "${env.PROJECT_PERSONALITY}"
           }
           environment {
             BASEDIR = "${env.WORKSPACE}/component"
-            TESTS = 'mvninstall,compile,javac,unit,htmlout'
+            TESTS = 'maven,mvninstall,compile,javac,unit,htmlout'
             OUTPUT_DIR_RELATIVE = "${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             OUTPUT_DIR = "${env.WORKSPACE}/${env.OUTPUT_DIR_RELATIVE_HADOOP3}"
             // This isn't strictly needed on branches that only support jdk8, but doesn't hurt