Set distro-check job time limit to 60 minutes 39/47139/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 19 Oct 2016 17:04:55 +0000 (13:04 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 19 Oct 2016 17:04:55 +0000 (13:04 -0400)
Distro-check jobs should run fairly quick so the default 6 hr timeout is
way too long and wastes resources for much longer than required.

Spawned from discussions on integration-dev list
https://lists.opendaylight.org/pipermail/integration-dev/2016-October/008464.html

Change-Id: Ied5342dc6dcbd5ae7f97c8474daa4ca0d1b40da6
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
jjb/releng-templates-java.yaml

index 7b7b7aef1de7269925602abb0360f4f05deeb1da..2903cc66972f5c64c4f854b7ee08072c51288337 100644 (file)
 
     wrappers:
         - opendaylight-infra-wrappers:
-            build-timeout: '{build-timeout}'
+            # Distro-check jobs typically run within 10 - 30 minutes
+            # with 45 minutes being the occassional edge case.
+            # enforce a 60 minute limit to ensure stuck jobs get
+            # cleared up sooner.
+            build-timeout: '60'
 
     triggers:
         - gerrit: