summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-12-25 14:05:27 +0100
committerHolger Levsen <holger@layer-acht.org>2014-12-25 14:05:27 +0100
commit876d1d82cd0eb4f589e2661765ebec98becadde7 (patch)
tree9a46bfa39276571df64b94520327e73f41f2e246 /job-cfg/chroot-installation.yaml.py
parente44cc629d1929b996ed1f62fde134f91f7030c0a (diff)
downloadjenkins.debian.net-876d1d82cd0eb4f589e2661765ebec98becadde7.tar.xz
use Build-timeout Plugin to limit job runtime to 6h for chroot-installations and g-i-installation jobs and to 26h for reproducible_builder jobs
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index c8242154..4fa2b183 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -191,6 +191,9 @@ print("""
option: category
categories:
- chroot-installation
+ wrappers:
+ - timeout:
+ timeout: 360
""")
for base_distro in sorted(base_distros):