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 05B00200CFC for ; Thu, 14 Sep 2017 06:46:43 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 04DB21609CB; Thu, 14 Sep 2017 04:46:43 +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 499D21609CA for ; Thu, 14 Sep 2017 06:46:42 +0200 (CEST) Received: (qmail 69867 invoked by uid 500); 14 Sep 2017 04:46:36 -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 69857 invoked by uid 99); 14 Sep 2017 04:46:36 -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; Thu, 14 Sep 2017 04:46:36 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 869C2F55F3; Thu, 14 Sep 2017 04:46:36 +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 Message-Id: <67f51cf0e0394022aecca02214b257d7@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: hbase git commit: HBASE-18467 remove quick fail. Date: Thu, 14 Sep 2017 04:46:36 +0000 (UTC) archived-at: Thu, 14 Sep 2017 04:46:43 -0000 Repository: hbase Updated Branches: refs/heads/HBASE-18467 3577f7195 -> 244470ca3 HBASE-18467 remove quick fail. Project: http://git-wip-us.apache.org/repos/asf/hbase/repo Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/244470ca Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/244470ca Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/244470ca Branch: refs/heads/HBASE-18467 Commit: 244470ca3a2d44361996808e1ec13a9300d01e30 Parents: 3577f71 Author: Sean Busbey Authored: Wed Sep 13 23:45:36 2017 -0500 Committer: Sean Busbey Committed: Wed Sep 13 23:45:36 2017 -0500 ---------------------------------------------------------------------- dev-support/Jenkinsfile | 4 +--- dev-support/hbase_nightly_yetus.sh | 7 ------- 2 files changed, 1 insertion(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hbase/blob/244470ca/dev-support/Jenkinsfile ---------------------------------------------------------------------- diff --git a/dev-support/Jenkinsfile b/dev-support/Jenkinsfile index ce81d60..a87d327 100644 --- a/dev-support/Jenkinsfile +++ b/dev-support/Jenkinsfile @@ -17,9 +17,7 @@ pipeline { agent { node { -// label 'Hadoop' -// temp go to ubuntu since it seems like no one uses those - label 'ubuntu' + label 'Hadoop' } } triggers { http://git-wip-us.apache.org/repos/asf/hbase/blob/244470ca/dev-support/hbase_nightly_yetus.sh ---------------------------------------------------------------------- diff --git a/dev-support/hbase_nightly_yetus.sh b/dev-support/hbase_nightly_yetus.sh index 5920a81..007d64a 100755 --- a/dev-support/hbase_nightly_yetus.sh +++ b/dev-support/hbase_nightly_yetus.sh @@ -16,13 +16,6 @@ # specific language governing permissions and limitations # under the License. -# XXX Don't commit this part. -# fail fast -mkdir -p "${OUTPUTDIR}" -echo "placeholder" >> "${OUTPUTDIR}/console-report.html" -exit 1772 -# /XXX Don't commit this part. - declare -i missing_env=0 # Validate params for required_env in "TESTS" "TOOLS" "BASEDIR" "ARCHIVE_PATTERN_LIST" "OUTPUT_RELATIVE" \