On Wed, Nov 27, 2024 at 9:55 AM Daniel Sahlberg <daniel.l.sahlb...@gmail.com> wrote: > > Hi, > > It seems we are getting "build failed" messages (for commits on the branch, > such as this) sometimes followed by "build succeeded again" messages (from > commits on trunk). I'm assuming the notification system mix up the builds > between the branches and trunk since they have the same name. > > Would it be possible to rename the jobs in the branch, or do we even need > them on fast-moving featurebranches like this? > > Cheers, > Daniel
Yes, it's more noisy than I thought it would be. It might cause people to unsubscribe from the notifications list. Feature development branches are by definition works in progress, so breakage is expected and notifications don't really add value. If possible, I think we should limit them for trunk and supported release branches (currently 1.14.x) to draw attention to real problems. :-) (Not sure if this is already the case but ideally it should notify once if the build breaks and once again when the build is fixed, but not notify for each build.) Hope this helps, somehow... Nathan