On Thu, Dec 23, 2010 at 12:50 PM, Emmanuel Lecharny <[email protected]> wrote: > is it possible we modify the Hudson server settings to send a mail only once > a day and only if some failure has been detected ?
Hudson only supports sending mails after a build, so in that case we need only to run builds once per day (which seems suboptimal). > Right now, everytime someone commit a fragment of code, we get tens of mails > from Hudson telling us that the code is unstable (well, whatever it means... > ) then that the code is back to stable. For Vysper, we need to look into stabilizing our tests. Some tests fail randomly at the moment. Personally besides actually fixing our tests, I would suggest sending the emails to the commit list instead of dev. There if would distract fewer people and those on the commit list can probably use a filter to further limit the pain. /niklas
