buildmaster-config icon indicating copy to clipboard operation
buildmaster-config copied to clipboard

Add link to buildbot results

Open pitrou opened this issue 2 years ago • 2 comments

When the "test-with-buildbots" label is applied, Bedevere posts a comment to notify that builds have been scheduled, but the comment is quite unhelpful as it doesn't say how the results can be accessed.

It should be possible to add a hyperlink to the buildbot results page for the particular commit, or at least the given PR (for example https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F30617%2Fmerge or https://buildbot.python.org/all/#/changes/14341 in the case above).

pitrou avatar Jun 07 '22 07:06 pitrou

This is all handled in buildmaster-config, it just happens to be using Bedevere's credentials to post the comment.

zware avatar Jun 07 '22 13:06 zware

When the "test-with-buildbots" label is applied, Bedevere posts a comment to notify that builds have been scheduled, but the comment is quite unhelpful as it doesn't say how the results can be accessed.

But I think adding a link to https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F30617%2Fmerge is a good idea that we can explore 👍

pablogsal avatar Jun 08 '22 11:06 pablogsal