diff options
author | Holger Levsen <holger@layer-acht.org> | 2016-09-29 11:28:42 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2016-09-29 11:28:42 +0200 |
commit | 70ab088f963b56c2de2cab02e193290dd98739fc (patch) | |
tree | 21790b1a11c5d7492baeaf4bd4c68af30aa91fff /job-cfg | |
parent | e25eb3c8d85018547acc2f7f872782fca35bd4de (diff) | |
download | jenkins.debian.net-70ab088f963b56c2de2cab02e193290dd98739fc.tar.xz |
chroot-installations: don't use logparse plugin to avoid OOMs
Diffstat (limited to 'job-cfg')
-rwxr-xr-x | job-cfg/chroot-installation.yaml.py | 3 |
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, |