HBASE-26749 Migrate HBase main pre commit job to ci-hbase (#4107)
Signed-off-by: Sean Busbey <busbey@apache.org>
This commit is contained in:
parent
83f890fe0e
commit
a2e64ff99a
|
@ -18,7 +18,7 @@
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
||||||
agent {
|
agent {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
|
|
||||||
options {
|
options {
|
||||||
|
@ -44,8 +44,7 @@ pipeline {
|
||||||
ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
|
ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt,*.dumpstream,*.dump'
|
||||||
// These tests currently have known failures. Once they burn down to 0, remove from here so that new problems will cause a failure.
|
// These tests currently have known failures. Once they burn down to 0, remove from here so that new problems will cause a failure.
|
||||||
TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
|
TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
|
||||||
NEW_JENKINS_URL = 'https://ci-hbase.apache.org'
|
EXCLUDE_TESTS_URL = "${JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${CHANGE_TARGET}/lastSuccessfulBuild/artifact/output/excludes"
|
||||||
EXCLUDE_TESTS_URL = "${NEW_JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${CHANGE_TARGET}/lastSuccessfulBuild/artifact/output/excludes"
|
|
||||||
|
|
||||||
// a global view of paths. parallel stages can land on the same host concurrently, so each
|
// a global view of paths. parallel stages can land on the same host concurrently, so each
|
||||||
// stage works in its own subdirectory. there is an "output" under each of these
|
// stage works in its own subdirectory. there is an "output" under each of these
|
||||||
|
@ -70,7 +69,7 @@ pipeline {
|
||||||
stage ('yetus general check') {
|
stage ('yetus general check') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
@ -193,7 +192,7 @@ pipeline {
|
||||||
stage ('yetus jdk8 Hadoop2 checks') {
|
stage ('yetus jdk8 Hadoop2 checks') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
@ -324,7 +323,7 @@ pipeline {
|
||||||
stage ('yetus jdk11 hadoop3 checks') {
|
stage ('yetus jdk11 hadoop3 checks') {
|
||||||
agent {
|
agent {
|
||||||
node {
|
node {
|
||||||
label 'Hadoop'
|
label 'hbase'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
environment {
|
environment {
|
||||||
|
|
Loading…
Reference in New Issue