From 4b14a85d1f484958e0dbbfd05cd275b819d92618 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 13 Sep 2017 16:03:33 +0200 Subject: chroot-installs: only notify on 2nd failures (to avoid notification on temp. failures) Signed-off-by: Holger Levsen --- job-cfg/chroot-installation.yaml.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'job-cfg') diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index ac60c269..5aa06aec 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -267,7 +267,8 @@ data.append( 'publishers': [ { 'trigger': { 'project': '{my_trigger}'}}, { 'email-ext': { 'attach-build-log': False, 'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.', - 'first-failure': True, + 'first-failure': False, + 'second-failure': True, 'failure': False, 'fixed': True, 'recipients': '{my_recipients}', -- cgit v1.2.3-54-g00ecf