This is an automated email from the ASF dual-hosted git repository.
marcoabreu pushed a commit to branch v1.x
in repository https://gitbox.apache.org/repos/asf/incubator-mxnet.git
The following commit(s) were added to refs/heads/v1.x by this push:
new f91b989 Increase staggered build timeout to 180 min (#18568)
f91b989 is described below
commit f91b98932b0a0846782905a68942f0870242246d
Author: Joe Evans <[email protected]>
AuthorDate: Tue Jun 16 10:25:01 2020 -0700
Increase staggered build timeout to 180 min (#18568)
* Increase staggered build timeout to 180 min, since sanity build has 180
min timeout.
* Decrease timeout so everyone is happy.
Co-authored-by: Joe Evans <[email protected]>
---
ci/jenkins/Jenkinsfile_full | 2 +-
ci/jenkins/Jenkinsfile_sanity | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/ci/jenkins/Jenkinsfile_full b/ci/jenkins/Jenkinsfile_full
index 33d57d2..415bd7b 100644
--- a/ci/jenkins/Jenkinsfile_full
+++ b/ci/jenkins/Jenkinsfile_full
@@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/
// timeout in minutes
-def max_time = 30
+def max_time = 60
def buildJobs = [
'centos-cpu',
diff --git a/ci/jenkins/Jenkinsfile_sanity b/ci/jenkins/Jenkinsfile_sanity
index ed4d16e..065202c 100644
--- a/ci/jenkins/Jenkinsfile_sanity
+++ b/ci/jenkins/Jenkinsfile_sanity
@@ -21,7 +21,7 @@
// See documents at https://jenkins.io/doc/book/pipeline/jenkinsfile/
// timeout in minutes
-max_time = 180
+max_time = 60
node('utility') {
// Loading the utilities requires a node context unfortunately