Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id D9EFE200D33 for ; Tue, 24 Oct 2017 19:35:12 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id D8BCE1609C8; Tue, 24 Oct 2017 17:35:12 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 223EA160BF3 for ; Tue, 24 Oct 2017 19:35:11 +0200 (CEST) Received: (qmail 94162 invoked by uid 500); 24 Oct 2017 17:35:11 -0000 Mailing-List: contact commits-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list commits@hbase.apache.org Received: (qmail 93825 invoked by uid 99); 24 Oct 2017 17:35:11 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Oct 2017 17:35:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E0DF9DFE7B; Tue, 24 Oct 2017 17:35:09 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: busbey@apache.org To: commits@hbase.apache.org Date: Tue, 24 Oct 2017 17:35:14 -0000 Message-Id: <3029d55b376443fabc39601f8a34edd4@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [6/6] hbase git commit: HBASE-19070 temporarily make the mvnsite nightly test non-voting. archived-at: Tue, 24 Oct 2017 17:35:13 -0000 HBASE-19070 temporarily make the mvnsite nightly test non-voting. Signed-off-by: Mike Drob Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/09521682 Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/09521682 Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/09521682 Branch: refs/heads/branch-1.1 Commit: 09521682bdb1c0462b7807d150a7acb73aee2d22 Parents: 48b26a4 Author: Sean Busbey Authored: Tue Oct 24 10:30:00 2017 -0500 Committer: Sean Busbey Committed: Tue Oct 24 12:21:23 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/09521682/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 6356dc8..fcd9826 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -49,7 +49,7 @@ pipeline { // output from surefire; sadly the archive function in yetus only works on file names. ARCHIVE_PATTERN_LIST = 'TEST-*.xml,org.apache.h*.txt' // 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' + TESTS_FILTER = 'cc,checkstyle,javac,javadoc,pylint,shellcheck,whitespace,perlcritic,ruby-lint,rubocop,mvnsite' BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile" EXCLUDE_TESTS_URL = 'https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/' }