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

busbey pushed a commit to branch HBASE-26031
in repository https://gitbox.apache.org/repos/asf/hbase.git

commit 5d3d024bccb70770f9c644b4bccf5fd02c98bfdb
Author: Sean Busbey <[email protected]>
AuthorDate: Thu Jun 24 16:36:54 2021 -0500

    HBASE-26031 Validate nightly builds run on new ci workers hbase10-hbase15
---
 dev-support/Jenkinsfile | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile
index f3de8ed..d2e8ed8 100644
--- a/dev-support/Jenkinsfile
+++ b/dev-support/Jenkinsfile
@@ -17,7 +17,7 @@
 pipeline {
   agent {
     node {
-      label 'hbase'
+      label 'hbase-staging'
     }
   }
   triggers {
@@ -192,7 +192,7 @@ pipeline {
         stage ('yetus general check') {
           agent {
             node {
-              label 'hbase'
+              label 'hbase-staging'
             }
           }
           environment {
@@ -257,7 +257,7 @@ pipeline {
         stage ('yetus jdk7 checks') {
           agent {
             node {
-              label 'hbase'
+              label 'hbase-staging'
             }
           }
           when {
@@ -338,7 +338,7 @@ pipeline {
         stage ('yetus jdk8 hadoop2 checks') {
           agent {
             node {
-              label 'hbase'
+              label 'hbase-staging'
             }
           }
           when {
@@ -419,7 +419,7 @@ pipeline {
         stage ('yetus jdk8 hadoop3 checks') {
           agent {
             node {
-              label 'hbase'
+              label 'hbase-staging'
             }
           }
           when {
@@ -504,7 +504,7 @@ pipeline {
         stage ('yetus jdk11 hadoop3 checks') {
           agent {
             node {
-              label 'hbase'
+              label 'hbase-staging'
             }
           }
           when {

Reply via email to