summaryrefslogtreecommitdiffstats
path: root/job-cfg/chroot-installation.yaml.py
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-09-29 11:28:42 +0200
committerHolger Levsen <holger@layer-acht.org>2016-09-29 11:28:42 +0200
commit70ab088f963b56c2de2cab02e193290dd98739fc (patch)
tree21790b1a11c5d7492baeaf4bd4c68af30aa91fff /job-cfg/chroot-installation.yaml.py
parente25eb3c8d85018547acc2f7f872782fca35bd4de (diff)
downloadjenkins.debian.net-70ab088f963b56c2de2cab02e193290dd98739fc.tar.xz
chroot-installations: don't use logparse plugin to avoid OOMs
Diffstat (limited to 'job-cfg/chroot-installation.yaml.py')
-rwxr-xr-xjob-cfg/chroot-installation.yaml.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py
index 0cc0c3d2..350ea244 100755
--- a/job-cfg/chroot-installation.yaml.py
+++ b/job-cfg/chroot-installation.yaml.py
@@ -228,9 +228,6 @@ data.append(
'max-total': 6,
'option': 'category'}}],
'publishers': [ { 'trigger': { 'project': '{my_trigger}'}},
- { 'logparser': { 'fail-on-error': 'false',
- 'parse-rules': '/srv/jenkins/logparse/debian.rules',
- 'unstable-on-warning': 'false'}},
{ 'email-ext': { 'attach-build-log': False,
'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.',
'first-failure': True,