You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by st...@apache.org on 2020/03/10 18:26:25 UTC

[phoenix] branch master updated: PHOENIX-5767 Add 4.x branch to the precommit script configuration

This is an automated email from the ASF dual-hosted git repository.

stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix.git


The following commit(s) were added to refs/heads/master by this push:
     new c69f78f  PHOENIX-5767 Add 4.x branch to the precommit script configuration
c69f78f is described below

commit c69f78f124ef0d248a4106c374cbf631ab0b3be0
Author: Istvan Toth <st...@apache.org>
AuthorDate: Tue Mar 10 10:30:52 2020 +0100

    PHOENIX-5767 Add 4.x branch to the precommit script configuration
---
 dev/test-patch.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/test-patch.properties b/dev/test-patch.properties
index f82b1e8..7d8ae20 100644
--- a/dev/test-patch.properties
+++ b/dev/test-patch.properties
@@ -27,7 +27,7 @@ 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.x-HBase-1.3 4.x-HBase-1.4 4.x-HBase-1.5 4.x-cdh5.11 4.x-cdh5.11.2 4.x-cdh5.12 4.x-cdh5.13 4.x-cdh5.14 4.14-HBase-1.3 4.14-HBase-1.4 4.14-cdh5.11 4.14-cdh5.12 4.14-cdh5.13 4.14-cdh5.14 master"
+BRANCH_NAMES="4.x-HBase-1.3 4.x-HBase-1.4 4.x-HBase-1.5 4.x-cdh5.11 4.x-cdh5.11.2 4.x-cdh5.12 4.x-cdh5.13 4.x-cdh5.14 4.14-HBase-1.3 4.14-HBase-1.4 4.14-cdh5.11 4.14-cdh5.12 4.14-cdh5.13 4.14-cdh5.14 4.x master"
 
 
 # All supported Hadoop versions that we want to test the compilation with