buildbot / sandbox

ticket migration sandbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed.

bb-bot opened this issue · comments

This ticket is a migrated Trac ticket 394

People contributed to the original ticket: doshea1978@... (commenter), @djmitche (commenter), maruel@... (commenter), mmacvicar@... (reporter)


I want buildbot to repeatedly notify the person responsible for the build break that the build is still broken, so that they know when it is fixed.

Right now the blamelist is a list of users responsible for the current build, but it would be useful to track the users responsible for breaking the build. I'd like to be able to send a notification that the build is still broken the the responsible user either every build or each time they trigger another build.

For example:

User A checks in and breaks the build and is notified.
User B checks in and the build is still broken (no notification since they didn't break it).
User A checks in a potential fix and the build is still broken (it would be nice to be able to notify User A that the build is still broken)
User A checks in and fixes the build (no notification, everything is happy).