Skip to content

Commit c0904d7

Browse files
committed
HBASE-29050 Use node under 'hbase' label to run client integration tests (#6569)
Signed-off-by: Nihal Jain <[email protected]> (cherry picked from commit 8d132b9)
1 parent d52c5ea commit c0904d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-support/Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -906,7 +906,7 @@ pipeline {
906906
stage ('packaging and integration') {
907907
agent {
908908
node {
909-
label 'hbase-large'
909+
label 'hbase'
910910
}
911911
}
912912
environment {

0 commit comments

Comments
 (0)