This is an archive of the discontinued LLVM Phabricator instance.

[zorg] Modify the 'armv7' and 'aarch64' builders on buildbot to send e-mails to the committers when the build breaks
AbandonedPublic

Authored by leandron on Mar 1 2019, 6:23 AM.

Diff Detail

Event Timeline

leandron created this revision.Mar 1 2019, 6:23 AM
gkistanova requested changes to this revision.Mar 1 2019, 12:45 PM

Hello Leandro,

These bots send e-mail notifications to blamelists on 'problem' builds - builds which failed when the previous build passed, and report to IRC #llvm and "#llvm-build channels status changes. This is a normal practice for all public builders.

In addition to that, the bots report failures to leandro.nunes@arm.com.

The proposed change duplicates the regular notifications to blamelists and adds notifications for failed builds to people who happens to commit after the bot gets red. Which does not seems like an intended behavior, does it?

This revision now requires changes to proceed.Mar 1 2019, 12:45 PM
leandron abandoned this revision.Mar 4 2019, 6:19 AM

As it is not needed. I'm closing this.
Thanks for the feedback.