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
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new 0edeff3 HBASE-25017 Migrate flaky reporting jenkins job from Hadoop
to hbase (#2466)
0edeff3 is described below
commit 0edeff393579ded7556244f8e3ee92701dcd2ce7
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 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 {