Merge "Set distro-check job time limit to 60 minutes"
authorJamo Luhrsen <jluhrsen@redhat.com>
Thu, 20 Oct 2016 17:40:25 +0000 (17:40 +0000)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 20 Oct 2016 17:40:25 +0000 (17:40 +0000)
1  2 
jjb/releng-templates-java.yaml

index 4e105f8228b15eef92648fbb3f286c547a77f1e8,2903cc66972f5c64c4f854b7ee08072c51288337..acae5f121af2efc7c70447d1d17bf5ed2cb66c6d
  
      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:
                  - patchset-created-event:
                      exclude-drafts: 'true'
                      exclude-trivial-rebase: 'false'
 -                    exclude-no-code-change: 'false'
 +                    exclude-no-code-change: 'true'
                  - draft-published-event
                  - comment-added-contains-event:
 -                    comment-contains-value: 'test-distribution'
 -                - comment-added-contains-event:
 -                    comment-contains-value: 'reverify'
 +                    comment-contains-value: 'redistcheck'
                  - comment-added-contains-event:
                      comment-contains-value: 'recheck'
              projects:
                  - draft-published-event
                  - comment-added-contains-event:
                      comment-contains-value: 'recheck'
 -                - comment-added-contains-event:
 -                    comment-contains-value: 'reverify'
                  - comment-added-contains-event:
                      comment-contains-value: 'revalidate'
              projects: