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 8a25353 Increase job timeout to 200 mins
8a25353 is described below
commit 8a25353ac7354cab2c29ef83d40993c6176ac7a4
Author: Sijie Guo <[email protected]>
AuthorDate: Tue Jan 30 13:14:44 2018 -0800
Increase job timeout to 200 mins
Descriptions of the changes in this PR:
the postcommit jobs have been timedout for a few days. This change is to
increase the build timeout to get all jenkins job enough time to complete.
Author: Sijie Guo <[email protected]>
Reviewers: Enrico Olivelli <[email protected]>
This closes #1089 from sijie/increase_job_timeout
---
.test-infra/jenkins/common_job_properties.groovy | 2 +-
.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy | 2 +-
.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.test-infra/jenkins/common_job_properties.groovy
b/.test-infra/jenkins/common_job_properties.groovy
index 9c99cb5..7ff5fe1 100644
--- a/.test-infra/jenkins/common_job_properties.groovy
+++ b/.test-infra/jenkins/common_job_properties.groovy
@@ -42,7 +42,7 @@ class common_job_properties {
static void setTopLevelMainJobProperties(context,
String branch = 'master',
String jdkVersion = 'JDK 1.8
(latest)',
- int timeout = 100,
+ int timeout = 200,
String jenkinsExecutorLabel =
'ubuntu') {
// GitHub project.
context.properties {
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
b/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
index 0bd2c8d..5b6be30 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_java8.groovy
@@ -30,7 +30,7 @@ mavenJob('bookkeeper_precommit_pullrequest_java8') {
delegate,
'master',
'JDK 1.8 (latest)',
- 120)
+ 200)
// Sets that this is a PreCommit job.
common_job_properties.setPreCommit(delegate, 'Maven clean install (Java 8)')
diff --git a/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy
b/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy
index a41bcfd..d0cea2b 100644
--- a/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy
+++ b/.test-infra/jenkins/job_bookkeeper_precommit_java9.groovy
@@ -30,7 +30,7 @@ mavenJob('bookkeeper_precommit_pullrequest_java9') {
delegate,
'master',
'JDK 1.9 (latest)',
- 120)
+ 200)
// Sets that this is a PreCommit job.
common_job_properties.setPreCommit(delegate, 'Maven clean install (Java 9)')
--
To stop receiving notification emails like this one, please contact
[email protected].