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 032B2200CC5 for ; Tue, 11 Jul 2017 22:06:14 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 02293167259; Tue, 11 Jul 2017 20:06:14 +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 51B7D16725B for ; Tue, 11 Jul 2017 22:06:13 +0200 (CEST) Received: (qmail 81112 invoked by uid 500); 11 Jul 2017 20:06:12 -0000 Mailing-List: contact commits-help@phoenix.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@phoenix.apache.org Delivered-To: mailing list commits@phoenix.apache.org Received: (qmail 81095 invoked by uid 99); 11 Jul 2017 20:06:12 -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, 11 Jul 2017 20:06:12 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 59702E96AB; Tue, 11 Jul 2017 20:06:10 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: elserj@apache.org To: commits@phoenix.apache.org Date: Tue, 11 Jul 2017 20:06:12 -0000 Message-Id: In-Reply-To: <82291ed2caa24089825adb461669b194@git.apache.org> References: <82291ed2caa24089825adb461669b194@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [3/3] phoenix git commit: PHOENIX-4011 Use more reasonable branch names for Phoenix and Hadoop versions archived-at: Tue, 11 Jul 2017 20:06:14 -0000 PHOENIX-4011 Use more reasonable branch names for Phoenix and Hadoop versions Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/2973f48b Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/2973f48b Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/2973f48b Branch: refs/heads/4.x-HBase-1.1 Commit: 2973f48bc42c9bd01e4a0a9e6d0935057873af90 Parents: af24cb9 Author: Josh Elser Authored: Tue Jul 11 13:57:28 2017 -0400 Committer: Josh Elser Committed: Tue Jul 11 15:52:49 2017 -0400 ---------------------------------------------------------------------- dev/test-patch.properties | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/2973f48b/dev/test-patch.properties ---------------------------------------------------------------------- diff --git a/dev/test-patch.properties b/dev/test-patch.properties index 8d1e2ed..ea8d75d 100644 --- a/dev/test-patch.properties +++ b/dev/test-patch.properties @@ -27,10 +27,11 @@ MAX_LINE_LENGTH=100 # All supported branches for testing with precommit build # be sure to consider branch name prefixes in the order, ie, 4.x should appear # before 4 since the latter is a prefix -BRANCH_NAMES="4.4-HBase-0.98 4.4-HBase-1.0 4.4-HBase-1.1 4.x-HBase-0.98 4.x-HBase-1.0 4.x-HBase-1.1 master" +BRANCH_NAMES="4.x-HBase-0.98 4.x-HBase-1.1 4.x-HBase-1.2 master" # All supported Hadoop versions that we want to test the compilation with -HADOOP2_VERSIONS="2.4.1 2.5.2 2.6.0" -HADOOP3_VERSIONS="3.0.0-SNAPSHOT" +HADOOP2_VERSIONS="2.6.5 2.7.3 2.8.0" +# Presently unused. +HADOOP3_VERSIONS="3.0.0-alpha4" INCOMPATIBLE_CLASSES="com.google.protobuf.HBaseZeroCopyByteString"