This is an automated email from the ASF dual-hosted git repository.
zhangduo pushed a commit to branch HBASE-28693
in repository https://gitbox.apache.org/repos/asf/hbase.git
The following commit(s) were added to refs/heads/HBASE-28693 by this push:
new 1c1be033e2a fix agent
1c1be033e2a is described below
commit 1c1be033e2a7bace72d23c274cbb716f59fe38b3
Author: Duo Zhang <[email protected]>
AuthorDate: Thu Jun 27 12:14:30 2024 +0800
fix agent
---
dev-support/flaky-tests/run-flaky-tests.Jenkinsfile | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
index dbd79c26f2b..b57771773c5 100644
--- a/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
+++ b/dev-support/flaky-tests/run-flaky-tests.Jenkinsfile
@@ -16,11 +16,9 @@
// under the License.
pipeline {
agent {
- node {
- label 'hbase'
- }
dockerfile {
dir 'dev-support/docker'
+ label 'hbase'
}
}
triggers {