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:30:15 UTC

[hbase] branch branch-2.2 updated (0edeff3 -> 4bf490c)

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

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


    from 0edeff3  HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)
     new 5388dac  Revert "HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)"
     new 4bf490c  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.2
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 5388dac58e0b25e18f15b2cf3bf91307738b9b48
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Tue Sep 29 15:29:35 2020 +0800

    Revert "HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)"
    
    This reverts commit 0edeff393579ded7556244f8e3ee92701dcd2ce7.
---
 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.2
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 4bf490c867f8284194ad830097d0f087f54860be
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 {