You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by si...@apache.org on 2018/11/30 06:51:10 UTC

[bookkeeper] branch master updated: [CI] increase timeout of website build to 120 mins

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ce81fe8  [CI] increase timeout of website build to 120 mins
ce81fe8 is described below

commit ce81fe85d55561b6569230b7fcb6b043c5d2615c
Author: Sijie Guo <gu...@gmail.com>
AuthorDate: Thu Nov 29 22:51:05 2018 -0800

    [CI] increase timeout of website build to 120 mins
    
    
    
    Descriptions of the changes in this PR:
    
    *Motivation*
    
    Since we have more releases, the build time for website is increasing to beyond 30 min.
    Increase it to 120 mins for now
    
    
    
    
    Reviewers: Enrico Olivelli <eo...@gmail.com>, Jia Zhai <None>
    
    This closes #1844 from sijie/change_website_buildtime
---
 .test-infra/jenkins/common_job_properties.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.test-infra/jenkins/common_job_properties.groovy b/.test-infra/jenkins/common_job_properties.groovy
index 999f9db..acb615f 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -35,7 +35,7 @@ class common_job_properties {
             'https://gitbox.apache.org/repos/asf/bookkeeper.git',
             branch,
             'git-websites',
-            30)
+            120)
   }
 
   // Sets common top-level job properties for main repository jobs.