You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by bu...@apache.org on 2015/06/16 06:23:00 UTC

hbase git commit: HBASE-13910 update precommit test to check branch-1.2 patches.

Repository: hbase
Updated Branches:
  refs/heads/master b16293b5e -> a10a82a8f


HBASE-13910 update precommit test to check branch-1.2 patches.


Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/a10a82a8
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/a10a82a8
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/a10a82a8

Branch: refs/heads/master
Commit: a10a82a8ff2babefbfafe7c323d88eb85f2be52c
Parents: b16293b
Author: Sean Busbey <bu...@apache.org>
Authored: Mon Jun 15 22:38:14 2015 -0500
Committer: Sean Busbey <bu...@apache.org>
Committed: Mon Jun 15 23:22:37 2015 -0500

----------------------------------------------------------------------
 dev-support/test-patch.properties | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/a10a82a8/dev-support/test-patch.properties
----------------------------------------------------------------------
diff --git a/dev-support/test-patch.properties b/dev-support/test-patch.properties
index 482cf88..86a61c9 100644
--- a/dev-support/test-patch.properties
+++ b/dev-support/test-patch.properties
@@ -27,7 +27,7 @@ MAX_LINE_LENGTH=100
 
 # All supported branches for testing with precommit build
 # branch-1.x should apprear before branch-1 since the latter is a prefix
-BRANCH_NAMES="0.94 0.98 branch-1.0 branch-1.1 branch-1 master hbase-12439 hbase-11339"
+BRANCH_NAMES="0.94 0.98 branch-1.0 branch-1.1 branch-1.2 branch-1 master hbase-12439 hbase-11339"
 
 # All supported Hadoop versions that we want to test the compilation with
 HADOOP2_VERSIONS="2.4.1 2.5.2 2.6.0"