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 2020/09/29 07:27:09 UTC

[hbase] branch branch-2 updated (5218774 -> e11914a)

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

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


    from 5218774  HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)
     new 4e400f2  Revert "HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)"
     new e11914a  HBASE-25107 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)

The 2 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.


Summary of changes:


[hbase] 01/02: Revert "HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)"

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

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

commit 4e400f2e3e5603be9257179f0a39c04c97686c45
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Sep 29 15:26:33 2020 +0800

    Revert "HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)"
    
    This reverts commit 5218774cf6f189cd20d96b9fc94677bffe262b2d.
---
 dev-support/flaky-tests/flaky-reporting.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/flaky-tests/flaky-reporting.Jenkinsfile b/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
index 640b1cb..8a56c0b 100644
--- a/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
+++ b/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'hbase'
+      label 'Hadoop'
     }
   }
   triggers {


[hbase] 02/02: HBASE-25107 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)

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

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

commit e11914a8b4d091c6db0e7d9d5c7f87eaf07fc871
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Sep 28 20:01:43 2020 +0800

    HBASE-25107 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)
    
    Signed-off-by: Guanghao Zhang <zg...@apache.org>
---
 dev-support/flaky-tests/flaky-reporting.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/flaky-tests/flaky-reporting.Jenkinsfile b/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
index 8a56c0b..640b1cb 100644
--- a/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
+++ b/dev-support/flaky-tests/flaky-reporting.Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'Hadoop'
+      label 'hbase'
     }
   }
   triggers {