Change autorelease jobs to timeout after 15h 54/56754/1
authorAnil Belur <abelur@linuxfoundation.org>
Wed, 10 May 2017 05:26:14 +0000 (15:26 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Wed, 10 May 2017 05:26:14 +0000 (15:26 +1000)
Present timeout is set to 24H, while the autorelease jobs are expected
to complete within 12h, therefore its best to decrease the timeout value
to shorter duration since the job can timeout and abort sooner.

Change-Id: I934763f99ae20937230bf58abb5f5da7a2533f12
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
jjb/autorelease/autorelease-templates.yaml

index 6e196f6dcf24b12ef1223a200b596bb348a0d74f..284fdef09c0635d96479e9cabca753b4b42bd26c 100644 (file)
@@ -57,7 +57,7 @@
 
     wrappers:
       - opendaylight-infra-wrappers:
-          build-timeout: '1440'
+          build-timeout: '900'
 
     triggers:
       - timed: '{cron}'