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
0c9ec2e030
commit
e3c6b00dc7
|
@ -18,7 +18,7 @@
|
|||
pipeline {
|
||||
|
||||
agent {
|
||||
label 'Hadoop'
|
||||
label 'hbase'
|
||||
}
|
||||
|
||||
options {
|
||||
|
@ -44,8 +44,7 @@ pipeline {
|
|||
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.
|
||||
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 = "${NEW_JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${CHANGE_TARGET}/lastSuccessfulBuild/artifact/output/excludes"
|
||||
EXCLUDE_TESTS_URL = "${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
|
||||
// stage works in its own subdirectory. there is an "output" under each of these
|
||||
|
|
Loading…
Reference in New Issue