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

marcoabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git


The following commit(s) were added to refs/heads/master by this push:
     new 64283a9  bump timeout on Jenkins for docs/website to 120 min (#12199)
64283a9 is described below

commit 64283a94daa3c462396129e9dcc0c2912163f787
Author: Aaron Markham <[email protected]>
AuthorDate: Thu Aug 16 08:44:07 2018 -0700

    bump timeout on Jenkins for docs/website to 120 min (#12199)
    
    * bump timeout on Jenkins to 120 min
    
    * add branches to settings using v notation; apply appropiate settings
---
 docs/Jenkinsfile     |  2 +-
 docs/Jenkinsfile-dev |  2 +-
 docs/settings.ini    | 30 ++++++++++++++++++++++++++++++
 3 files changed, 32 insertions(+), 2 deletions(-)

diff --git a/docs/Jenkinsfile b/docs/Jenkinsfile
index 9c7b857..e20d984 100644
--- a/docs/Jenkinsfile
+++ b/docs/Jenkinsfile
@@ -21,7 +21,7 @@
 // See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/
 
 // timeout in minutes
-max_time = 60
+max_time = 120
 
 node('restricted-mxnetlinux-cpu') {
   // Loading the utilities requires a node context unfortunately
diff --git a/docs/Jenkinsfile-dev b/docs/Jenkinsfile-dev
index b93eba6..169ebe1 100644
--- a/docs/Jenkinsfile-dev
+++ b/docs/Jenkinsfile-dev
@@ -21,7 +21,7 @@
 // See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/
 
 // timeout in minutes
-max_time = 60
+max_time = 120
 
 node('mxnetlinux-cpu') {
   // Loading the utilities requires a node context unfortunately
diff --git a/docs/settings.ini b/docs/settings.ini
index b438a07..f999b3e 100644
--- a/docs/settings.ini
+++ b/docs/settings.ini
@@ -13,26 +13,56 @@ doxygen_docs = 1
 r_docs = 0
 scala_docs = 1
 
+[document_sets_v1.2.0]
+clojure_docs = 1
+doxygen_docs = 1
+r_docs = 0
+scala_docs = 1
+
 [document_sets_1.1.0]
 clojure_docs = 0
 doxygen_docs = 1
 r_docs = 0
 scala_docs = 0
 
+[document_sets_v1.1.0]
+clojure_docs = 0
+doxygen_docs = 1
+r_docs = 0
+scala_docs = 0
+
 [document_sets_1.0.0]
 clojure_docs = 0
 doxygen_docs = 1
 r_docs = 0
 scala_docs = 0
 
+[document_sets_v1.0.0]
+clojure_docs = 0
+doxygen_docs = 1
+r_docs = 0
+scala_docs = 0
+
 [document_sets_0.12.0]
 clojure_docs = 0
 doxygen_docs = 1
 r_docs = 0
 scala_docs = 0
 
+[document_sets_v0.12.0]
+clojure_docs = 0
+doxygen_docs = 1
+r_docs = 0
+scala_docs = 0
+
 [document_sets_0.11.0]
 clojure_docs = 0
 doxygen_docs = 1
 r_docs = 0
 scala_docs = 0
+
+[document_sets_v0.11.0]
+clojure_docs = 0
+doxygen_docs = 1
+r_docs = 0
+scala_docs = 0

Reply via email to