marcoabreu closed pull request #12199: bump timeout on Jenkins for docs/website to 120 min URL: https://github.com/apache/incubator-mxnet/pull/12199
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/docs/Jenkinsfile b/docs/Jenkinsfile index 9c7b857615b..e20d984f0b5 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 b93eba6489d..169ebe13e4b 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 b438a071f70..f999b3efde2 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 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
