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/10/01 06:39:56 UTC

[hbase] branch branch-1.4 updated: HBASE-25132 Migrate flaky test jenkins job from Hadoop to hbase (#2485)

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

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


The following commit(s) were added to refs/heads/branch-1.4 by this push:
     new 7fc65f6  HBASE-25132 Migrate flaky test jenkins job from Hadoop to hbase (#2485)
7fc65f6 is described below

commit 7fc65f64cddb28cb2390eb20b732fb597f8af7d9
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Thu Oct 1 14:30:27 2020 +0800

    HBASE-25132 Migrate flaky test jenkins job from Hadoop to hbase (#2485)
---
 dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index d07ef62..56462b5 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'Hadoop'
+      label 'hbase'
     }
   }
   triggers {