diff --git a/Jenkinsfile b/Jenkinsfile index 49a44d3766f..2bdb6785483 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -66,7 +66,7 @@ pipeline { stage('BuildAndTest') { options { - timeout(time: 9, unit: 'HOURS') + timeout(time: 11, unit: 'HOURS') } steps { dir("HBASE_${HBASE_PROFILE}") { diff --git a/Jenkinsfile.github b/Jenkinsfile.github index cf7bd9f4fc2..b2ed97be20c 100644 --- a/Jenkinsfile.github +++ b/Jenkinsfile.github @@ -26,7 +26,7 @@ pipeline { // N.B. this is per-branch, which means per PR disableConcurrentBuilds() buildDiscarder(logRotator(daysToKeepStr: '15', artifactDaysToKeepStr: '5')) - timeout (time: 9, unit: 'HOURS') + timeout (time: 11, unit: 'HOURS') timestamps() skipDefaultCheckout() } diff --git a/Jenkinsfile.yetus b/Jenkinsfile.yetus index 7e99f45b056..28477873bc2 100644 --- a/Jenkinsfile.yetus +++ b/Jenkinsfile.yetus @@ -37,7 +37,7 @@ pipeline { } options { - timeout(time: 9, unit: 'HOURS') + timeout(time: 11, unit: 'HOURS') } steps { diff --git a/phoenix-hbase-compat-2.6.4/pom.xml b/phoenix-hbase-compat-2.6.4/pom.xml index a1944187ebf..27f9dcbaed6 100644 --- a/phoenix-hbase-compat-2.6.4/pom.xml +++ b/phoenix-hbase-compat-2.6.4/pom.xml @@ -28,7 +28,7 @@ Compatibility module for HBase 2.6.4+ - 2.6.4-hadoop3 + 2.6.5-hadoop3 diff --git a/pom.xml b/pom.xml index ae2d2c6d795..4325e83547f 100644 --- a/pom.xml +++ b/pom.xml @@ -77,10 +77,10 @@ 2.5.3-hadoop3 2.5.10-hadoop3 - 2.5.13-hadoop3 + 2.5.14-hadoop3 2.6.1-hadoop3 2.6.3-hadoop3 - 2.6.4-hadoop3 + 2.6.5-hadoop3 1.8 ${compileSource} @@ -2154,7 +2154,8 @@ phoenix-hbase-compat-2.5.13-default - !hbase.profile + hbase.profile + 2.5 @@ -2215,8 +2216,7 @@ phoenix-hbase-compat-2.6.4 - hbase.profile - 2.6 + !hbase.profile