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
This commit is contained in:
parent
a8ae8a15a3
commit
73f9577b80
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user