From: Thanh Ha Date: Wed, 13 Dec 2017 22:24:53 +0000 (-0500) Subject: Bump CLM job timeout to 30 X-Git-Tag: v0.13.1~4 X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=7b53496161eb257924609d83e1cb3cea47127bd2;p=releng%2Fglobal-jjb.git Bump CLM job timeout to 30 Noticed today that many OpenDaylight CLM jobs are failing the CLM 15 minute timeout. With the move to Vex where we have less cores in our builds too bumping the timeout to 30 to account for longer build times. Change-Id: I69e2d32d10a04584bb2d66fab73583b70a3fc066 Signed-off-by: Thanh Ha --- diff --git a/.jjb-test/expected-xml/gerrit-maven-maven-clm-master b/.jjb-test/expected-xml/gerrit-maven-maven-clm-master index abe122fa..f8ba6018 100644 --- a/.jjb-test/expected-xml/gerrit-maven-maven-clm-master +++ b/.jjb-test/expected-xml/gerrit-maven-maven-clm-master @@ -539,7 +539,7 @@ rm ~/.netrc - 15 + 30 BUILD_TIMEOUT true false diff --git a/.jjb-test/expected-xml/github-maven-maven-clm-master b/.jjb-test/expected-xml/github-maven-maven-clm-master index 2ed8491f..0ca6a3a0 100644 --- a/.jjb-test/expected-xml/github-maven-maven-clm-master +++ b/.jjb-test/expected-xml/github-maven-maven-clm-master @@ -534,7 +534,7 @@ rm ~/.netrc - 15 + 30 BUILD_TIMEOUT true false diff --git a/jjb/lf-maven-jobs.yaml b/jjb/lf-maven-jobs.yaml index 05b5c972..6d756669 100644 --- a/jjb/lf-maven-jobs.yaml +++ b/jjb/lf-maven-jobs.yaml @@ -104,7 +104,7 @@ archive-artifacts: '' branch: master build-days-to-keep: 30 # 30 days for troubleshooting purposes - build-timeout: 15 + build-timeout: 30 git-url: '$GIT_URL/$PROJECT' java-version: openjdk8 mvn-global-settings: global-settings