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 2017/11/10 05:22:08 UTC

[1/5] hbase git commit: HBASE-19227 Nightly job should archive JVM dumpstream files.

Repository: hbase
Updated Branches:
  refs/heads/branch-1.1 e16da789c -> f1e97d38b
  refs/heads/branch-1.2 f3fa14cdf -> ce5264a38
  refs/heads/branch-1.3 41a8e2152 -> 96cad7314
  refs/heads/branch-1.4 fb2aab3e3 -> 6650a3ef8
  refs/heads/branch-2 3511f678f -> d757e651c


HBASE-19227 Nightly job should archive JVM dumpstream files.

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

Branch: refs/heads/branch-2
Commit: d757e651c98e0f23c020ebf8f319776a33ff1fdf
Parents: 3511f67
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Nov 9 09:16:17 2017 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 9 23:21:23 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/d757e651/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index b2e3923..83c0afb 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
     AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc,dev-support/test-patch.sh'
     WHITESPACE_IGNORE_LIST = '.*/generated/.*'
     // output from surefire; sadly the archive function in yetus only works on file names.
-    ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt'
+    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'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"


[5/5] hbase git commit: HBASE-19227 Nightly job should archive JVM dumpstream files.

Posted by bu...@apache.org.
HBASE-19227 Nightly job should archive JVM dumpstream files.

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

Branch: refs/heads/branch-1.1
Commit: f1e97d38bff7fc778ce7a247e91e9f9fac29f6c5
Parents: e16da78
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Nov 9 09:16:17 2017 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 9 23:21:48 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/f1e97d38/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6654923..94616f7 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
     AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc,dev-support/test-patch.sh'
     WHITESPACE_IGNORE_LIST = '.*/generated/.*'
     // output from surefire; sadly the archive function in yetus only works on file names.
-    ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt'
+    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'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"


[3/5] hbase git commit: HBASE-19227 Nightly job should archive JVM dumpstream files.

Posted by bu...@apache.org.
HBASE-19227 Nightly job should archive JVM dumpstream files.

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

Branch: refs/heads/branch-1.3
Commit: 96cad731456da0aa7ff1da0cc232956d5a5858a3
Parents: 41a8e21
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Nov 9 09:16:17 2017 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 9 23:21:39 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/96cad731/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6654923..94616f7 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
     AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc,dev-support/test-patch.sh'
     WHITESPACE_IGNORE_LIST = '.*/generated/.*'
     // output from surefire; sadly the archive function in yetus only works on file names.
-    ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt'
+    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'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"


[2/5] hbase git commit: HBASE-19227 Nightly job should archive JVM dumpstream files.

Posted by bu...@apache.org.
HBASE-19227 Nightly job should archive JVM dumpstream files.

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

Branch: refs/heads/branch-1.4
Commit: 6650a3ef8b33c3ddb3ea41ed952143ac25505f91
Parents: fb2aab3
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Nov 9 09:16:17 2017 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 9 23:21:33 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/6650a3ef/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6654923..94616f7 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
     AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc,dev-support/test-patch.sh'
     WHITESPACE_IGNORE_LIST = '.*/generated/.*'
     // output from surefire; sadly the archive function in yetus only works on file names.
-    ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt'
+    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'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"


[4/5] hbase git commit: HBASE-19227 Nightly job should archive JVM dumpstream files.

Posted by bu...@apache.org.
HBASE-19227 Nightly job should archive JVM dumpstream files.

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

Branch: refs/heads/branch-1.2
Commit: ce5264a38861c6402be8809ae535c54d33acde2a
Parents: f3fa14c
Author: Sean Busbey <bu...@apache.org>
Authored: Thu Nov 9 09:16:17 2017 -0600
Committer: Sean Busbey <bu...@apache.org>
Committed: Thu Nov 9 23:21:43 2017 -0600

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


http://git-wip-us.apache.org/repos/asf/hbase/blob/ce5264a3/dev-support/Jenkinsfile
----------------------------------------------------------------------
diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index 6654923..94616f7 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -47,7 +47,7 @@ pipeline {
     AUTHOR_IGNORE_LIST = 'src/main/asciidoc/_chapters/developer.adoc,dev-support/test-patch.sh'
     WHITESPACE_IGNORE_LIST = '.*/generated/.*'
     // output from surefire; sadly the archive function in yetus only works on file names.
-    ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt'
+    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'
     BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile"