From a10a82a8ff2babefbfafe7c323d88eb85f2be52c Mon Sep 17 00:00:00 2001 From: Sean Busbey Date: Mon, 15 Jun 2015 22:38:14 -0500 Subject: [PATCH] HBASE-13910 update precommit test to check branch-1.2 patches. --- dev-support/test-patch.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 1.7.10.2 (Apple Git-33)