RESOLVED FIXED171727
Commits in branches triggering builds in the bots now
https://bugs.webkit.org/show_bug.cgi?id=171727
Summary Commits in branches triggering builds in the bots now
Carlos Garcia Campos
Reported 2017-05-05 08:47:30 PDT
As discussed in webkit-dev it seems that a change in the svn commit hooks made commits in GTK+ stable branches to be shown in the buildbot and triggering builds that don't affect trunk at all. We probably need changes in the hooks but also in the buildbot config. See for example: https://build.webkit.org/builders/GTK%20Linux%2064-bit%20Release%20(Build)/builds/1366
Attachments
Alexey Proskuryakov
Comment 1 2017-05-05 09:01:45 PDT
I believe that Lucas fixed this yesterday. We now once again use the correct function to parse branch from path in the hook. This function raises an exception when the change is on tag or a release, so no buildbot config changes were needed.
Note You need to log in before you can comment on or make changes to this bug.