Skip to content

Commit a2e64ff

Browse files
committed
HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)
Signed-off-by: Sean Busbey <[email protected]>
1 parent 83f890f commit a2e64ff

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

dev-support/Jenkinsfile_GitHub

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
pipeline {
1919

2020
agent {
21-
label 'Hadoop'
21+
label 'hbase'
2222
}
2323

2424
options {
@@ -44,8 +44,7 @@ pipeline {
4444
ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
4545
// These tests currently have known failures. Once they burn down to 0, remove from here so that new problems will cause a failure.
4646
TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
47-
NEW_JENKINS_URL = 'https://ci-hbase.apache.org'
48-
EXCLUDE_TESTS_URL = "${NEW_JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${CHANGE_TARGET}/lastSuccessfulBuild/artifact/output/excludes"
47+
EXCLUDE_TESTS_URL = "${JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${CHANGE_TARGET}/lastSuccessfulBuild/artifact/output/excludes"
4948

5049
// a global view of paths. parallel stages can land on the same host concurrently, so each
5150
// stage works in its own subdirectory. there is an "output" under each of these
@@ -70,7 +69,7 @@ pipeline {
7069
stage ('yetus general check') {
7170
agent {
7271
node {
73-
label 'Hadoop'
72+
label 'hbase'
7473
}
7574
}
7675
environment {
@@ -193,7 +192,7 @@ pipeline {
193192
stage ('yetus jdk8 Hadoop2 checks') {
194193
agent {
195194
node {
196-
label 'Hadoop'
195+
label 'hbase'
197196
}
198197
}
199198
environment {
@@ -324,7 +323,7 @@ pipeline {
324323
stage ('yetus jdk11 hadoop3 checks') {
325324
agent {
326325
node {
327-
label 'Hadoop'
326+
label 'hbase'
328327
}
329328
}
330329
environment {

0 commit comments

Comments
 (0)