Merge "Enable 10 minutes build-timeout for rebase jobs"
authorGareth Roper <Gareth.roper@est.tech>
Thu, 31 Jan 2019 11:56:01 +0000 (11:56 +0000)
committerNordix Gerrit <gerrit@nordix.org>
Thu, 31 Jan 2019 11:56:01 +0000 (11:56 +0000)
jjb/global/global-templates-java.yaml
jjb/global/global-templates-push-upstream.yaml

index 639168bc018346bc51dff568f9fb2ec149a12eee..0933bc0cc40ea782799231aaeb584b490a7a7194 100644 (file)
           branch: '{branch}'
           files: '**'
 
+    wrappers:
+      - build-timeout:
+          timeout: 45
+
     builders:
       - shell:
           !include-raw-escape: ./verify-jobs.sh
index cde2a836058691698d2132fd02e4df71c999b1f1..7b5612e9cd8eb6cf8a778080be6f4319e09d540c 100644 (file)
           branch: '{branch}'
           files: '**'
 
+    wrappers:
+      - build-timeout:
+          timeout: 10
+
     builders:
       - shell:
           !include-raw-escape: ./push-upstream-jobs.sh