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 bb2d4a4 HBASE-25017 Migrate flaky reporting jenkins job from Hadoop
to hbase (#2466)
bb2d4a4 is described below
commit bb2d4a4e1f658d8e5bea8c23de10ab34b2ab5f00
Author: Duo Zhang <[email protected]>
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 <[email protected]>
---
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 {