From c6af2138ed362d439891eca6e4c9ccfb82bdfcac Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Wed, 6 Sep 2017 13:09:17 +0200 Subject: chroot-installs: only notify via email+irc on first failure (Closes: #874161) Signed-off-by: Holger Levsen --- job-cfg/chroot-installation.yaml.py | 1 + 1 file changed, 1 insertion(+) (limited to 'job-cfg') diff --git a/job-cfg/chroot-installation.yaml.py b/job-cfg/chroot-installation.yaml.py index 500039f8..2e52df68 100755 --- a/job-cfg/chroot-installation.yaml.py +++ b/job-cfg/chroot-installation.yaml.py @@ -260,6 +260,7 @@ data.append( { 'email-ext': { 'attach-build-log': False, 'body': 'See $BUILD_URL/console or just $BUILD_URL for more information.', 'first-failure': True, + 'failure': False, 'fixed': True, 'recipients': '{my_recipients}', 'subject': '$BUILD_STATUS: $JOB_NAME/$BUILD_NUMBER'}}, -- cgit v1.2.3-54-g00ecf