Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
bump timeout on Jenkins for docs/website to 120 min (#12199)
Browse files Browse the repository at this point in the history
* bump timeout on Jenkins to 120 min

* add branches to settings using v notation; apply appropiate settings
  • Loading branch information
aaronmarkham authored and marcoabreu committed Aug 16, 2018
1 parent ab92fd8 commit 64283a9
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/Jenkinsfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
30 changes: 30 additions & 0 deletions docs/settings.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 64283a9

Please sign in to comment.