OBS-bugzilla bot for devel projects
Dear fellow Geekos, if you have worked with our bugzilla, you will likely have seen my OBS-bugzilla-bot[1] in action. The original goal was to make it easier to find what fix was applied for an issue and to notify of progress. Now, prompted by https://bugzilla.suse.com/show_bug.cgi?id=1226010#c1 I wondered if it would be worth to notify about SRs to devel projects as well, because they are also a significant indicator of progress. I'm looking for some opinions, if it is worth the extra spamminess. Ciao Bernhard M. [1] https://github.com/bmwiedemann/obsbugzilla
On 08. 07. 24, 9:28, Bernhard M. Wiedemann wrote:
Now, prompted by https://bugzilla.suse.com/show_bug.cgi?id=1226010#c1 I wondered if it would be worth to notify about SRs to devel projects as well, because they are also a significant indicator of progress.
I'm looking for some opinions, if it is worth the extra spamminess.
I am not much interested in devel prjs notifications (one can filter them out easily OTOH). But I would like to see factory integration notifications. Now, only Leap/SLE are pasted to bugzilla AFAIUI. -- js suse labs
On 08/07/2024 10.23, Jiri Slaby wrote:
But I would like to see factory integration notifications. Now, only Leap/SLE are pasted to bugzilla AFAIUI.
SRs to Factory were always included: https://bugzilla.opensuse.org/show_bug.cgi?id=839584#c4 https://bugzilla.opensuse.org/show_bug.cgi?id=1225909#c3 This happens 30-40 minutes after the SR is opened (to allow for agregation for reduced spamminess), unless the SR is declined, revoked or superseded. Ciao Bernhard M.
On 08. 07. 24, 10:47, Bernhard M. Wiedemann wrote:
On 08/07/2024 10.23, Jiri Slaby wrote:
But I would like to see factory integration notifications. Now, only Leap/SLE are pasted to bugzilla AFAIUI.
SRs to Factory were always included: https://bugzilla.opensuse.org/show_bug.cgi?id=839584#c4 https://bugzilla.opensuse.org/show_bug.cgi?id=1225909#c3
This happens 30-40 minutes after the SR is opened (to allow for agregation for reduced spamminess), unless the SR is declined, revoked or superseded.
Hmm, then it is defunct for the kernel. For example: https://build.opensuse.org/request/show/1141663/mentioned_issues and https://bugzilla.suse.com/show_bug.cgi?id=1218841 thanks, -- js suse labs
On 08/07/2024 10.51, Jiri Slaby wrote:
Hmm, then it is defunct for the kernel. For example: https://build.opensuse.org/request/show/1141663/mentioned_issues
Ah. By design, it only parses the commit message in the SR, to give the submitter some control over what should be notified in bugzilla. In other places (e.g. IBS) I do the extra API call to OBS to get the bsc# refs from the changes file. It is yet another balance between spamminess and notifying. One issue there is that submissions to new codestreams (e.g. SP7) show up as all new packages and the diff then contains all of the old .changes I apply some workarounds to limit the effect: https://github.com/bmwiedemann/obsbugzilla/blob/7a98a0774adbce67606601d11d13...
On 08. 07. 24, 13:46, Bernhard M. Wiedemann wrote:
On 08/07/2024 10.51, Jiri Slaby wrote:
Hmm, then it is defunct for the kernel. For example: https://build.opensuse.org/request/show/1141663/mentioned_issues
Ah. By design, it only parses the commit message in the SR, to give the submitter some control over what should be notified in bugzilla.
Ah, then let's fix the submitter :D. -- js suse labs
participants (2)
-
Bernhard M. Wiedemann
-
Jiri Slaby