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:36:19 UTC

[hbase] branch branch-1 updated (93b76fd -> c7891d8)

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

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


    from 93b76fd  HBASE-25025 [Flaky Test][branch-1] TestFromClientSide#testCheckAndDeleteWithCompareOp (#2396)
     new b3168ee  Revert "HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)"
     new c7891d8  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] 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-1
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit c7891d802acc5aaba1f77bb39e9037a711d1cfe7
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 c42bc64..32a06c1 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 {


[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-1
in repository https://gitbox.apache.org/repos/asf/hbase.git

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

    Revert "HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)"
    
    This reverts commit bfc6102b1e575db20a932a0a6738331b04c3f1f8.
---
 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 32a06c1..c42bc64 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 {