From 73f9577b8044c719e39369493e8f2fe9d87ec81b Mon Sep 17 00:00:00 2001 From: Bob Ball Date: Wed, 10 Feb 2016 17:41:43 +0000 Subject: [PATCH] Email notifications should only be for silent checks. The subject was clearly for silent jobs only, which makes sense. Emails in normal operation are likely to result in filters or ignoring of the emails, so remove the automatic email from success or failure for normal check jobs Change-Id: I5193557de3612211c4d1597d7590ed2f05852f35 --- zuul/layout.yaml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/zuul/layout.yaml b/zuul/layout.yaml index fba83a2..fd361e1 100644 --- a/zuul/layout.yaml +++ b/zuul/layout.yaml @@ -19,19 +19,9 @@ pipelines: success: gerrit: verified: 1 - smtp: - #TODO: Update these to real e-mail addresses - to: third_party_ci@example.com - from: zuul@example.com - subject: 'Silent check of {change.project} {change.number},{change.patchset} passed' failure: gerrit: verified: -1 - smtp: - #TODO: Update these to real e-mail addresses - to: third_party_ci@example.com - from: zuul@example.com - subject: 'Silent check of {change.project} {change.number},{change.patchset} failed' merge-failure: smtp: #TODO: Update these to real e-mail addresses