Skip to content

Commit

Permalink
HBASE-26697 Migrate HBase Nightly HBase-Flaky-Tests and HBase-Find-Fl…
Browse files Browse the repository at this point in the history
…aky-Tests to ci-hbase (addendum)

remove duplicate test filter. leave xml filtered.
  • Loading branch information
busbey committed Feb 13, 2022
1 parent 36a16a0 commit 09fbf75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dev-support/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ 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,xml'
TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite'
EXCLUDE_TESTS_URL = "${JENKINS_URL}/job/HBase-Find-Flaky-Tests/job/${BRANCH_NAME}/lastSuccessfulBuild/artifact/output/excludes"
ASF_NIGHTLIES = 'https://nightlies.apache.org'
ASF_NIGHTLIES_BASE_ORI = "${ASF_NIGHTLIES}/hbase/${JOB_NAME}/${BUILD_NUMBER}"
Expand Down

0 comments on commit 09fbf75

Please sign in to comment.