You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/03/01 06:17:55 UTC

[hbase] branch branch-2 updated: HBASE-25620 Increase timeout value for pre commit (#3000)

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

zhangduo pushed a commit to branch branch-2
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/branch-2 by this push:
     new d6161df  HBASE-25620 Increase timeout value for pre commit (#3000)
d6161df is described below

commit d6161dfb8a2b8cbaf83f2fe85cdfd4c477626709
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Mon Mar 1 14:11:00 2021 +0800

    HBASE-25620 Increase timeout value for pre commit (#3000)
    
    Signed-off-by: Guanghao Zhang <zg...@apache.org>
---
 dev-support/Jenkinsfile_GitHub | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-support/Jenkinsfile_GitHub b/dev-support/Jenkinsfile_GitHub
index caa9c26..9d891a1 100644
--- a/dev-support/Jenkinsfile_GitHub
+++ b/dev-support/Jenkinsfile_GitHub
@@ -25,7 +25,7 @@ pipeline {
         // N.B. this is per-branch, which means per PR
         disableConcurrentBuilds()
         buildDiscarder(logRotator(numToKeepStr: '15'))
-        timeout (time: 7, unit: 'HOURS')
+        timeout (time: 10, unit: 'HOURS')
         timestamps()
         skipDefaultCheckout()
     }
@@ -223,7 +223,7 @@ pipeline {
                               // Has to be relative to WORKSPACE
                               reportDir: "${WORKDIR_REL}/${PATCH_REL}",
                               reportFiles: 'report.html',
-                              reportName: 'PR JDK8 Hadoop2 Check Report'
+                              reportName: 'PR JDK8 Hadoop3 Check Report'
                             ]
                         }
                         // Jenkins pipeline jobs fill slaves on PRs without this :(