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 9054A200D64 for ; Tue, 12 Dec 2017 04:14:22 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 8ECC0160C22; Tue, 12 Dec 2017 03:14:22 +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 D4AAD160C13 for ; Tue, 12 Dec 2017 04:14:21 +0100 (CET) Received: (qmail 34753 invoked by uid 500); 12 Dec 2017 03:14:21 -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 34744 invoked by uid 99); 12 Dec 2017 03:14:20 -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, 12 Dec 2017 03:14:20 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id C4E41DFBD3; Tue, 12 Dec 2017 03:14:20 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: appy@apache.org To: commits@hbase.apache.org Date: Tue, 12 Dec 2017 03:14:20 -0000 Message-Id: <6fe2f570ce604bff8059a7b3eb1b519c@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] hbase git commit: . archived-at: Tue, 12 Dec 2017 03:14:22 -0000 Repository: hbase Updated Branches: refs/heads/HBASE-19491 [created] 9cd523501 . Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/480f485d Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/480f485d Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/480f485d Branch: refs/heads/HBASE-19491 Commit: 480f485d1b0b4b96b234131706e8d41f495a7e6d Parents: 856ee28 Author: Apekshit Sharma Authored: Mon Dec 11 18:30:25 2017 -0800 Committer: Apekshit Sharma Committed: Mon Dec 11 18:30:34 2017 -0800 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/480f485d/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index 83c0afb..512f177 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -51,7 +51,9 @@ pipeline { // 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' BRANCH_SPECIFIC_DOCKERFILE = "${env.BASEDIR}/dev-support/docker/Dockerfile" - EXCLUDE_TESTS_URL = 'https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/' + // Extra args passed by Yetus to docker command line. Using it to add environment variables + // to docker container. + DOCKER_EXTRAARGS="--env=EXCLUDE_TESTS_URL=https://builds.apache.org/job/HBase-Find-Flaky-Tests/lastSuccessfulBuild/artifact/excludes/" } parameters { booleanParam(name: 'USE_YETUS_PRERELEASE', defaultValue: false, description: '''Check to use the current HEAD of apache/yetus rather than our configured release.