buildbot taskotron.master: include taskname in the mail notifier subject

This commit is contained in:
Martin Krizek 2014-07-22 12:49:53 +00:00
parent 76ebfdd7ab
commit 1d5bb2462e

View file

@ -278,6 +278,7 @@ def html_message_formatter(mode, name, build, results, master_status):
mn = MailNotifier(fromaddr='taskotron@fedoraproject.org',
sendToInterestedUsers=False,
subject="%(prop:taskname) %(result)s in %(projectName)s on %(builder)s",
mode=('failing', 'exception', 'warnings'),
extraRecipients=['qa-taskotron-admin-members@fedoraproject.org'],
relayhost="bastion.phx2.fedoraproject.org",