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/28 12:14:03 UTC

[hbase] branch branch-1 updated: HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)

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


The following commit(s) were added to refs/heads/branch-1 by this push:
     new bfc6102  HBASE-25017 Migrate flaky reporting jenkins job from Hadoop to hbase (#2466)
bfc6102 is described below

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

    HBASE-25017 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 {