Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add link to buildbot results #327

Closed
pitrou opened this issue Jun 7, 2022 · 3 comments · Fixed by #571
Closed

Add link to buildbot results #327

pitrou opened this issue Jun 7, 2022 · 3 comments · Fixed by #571

Comments

@pitrou
Copy link
Member

pitrou commented Jun 7, 2022

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).

@zware
Copy link
Member

zware commented Jun 7, 2022

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

@zware zware transferred this issue from python/bedevere Jun 7, 2022
@pablogsal
Copy link
Member

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 👍

@hugovk
Copy link
Member

hugovk commented Jan 22, 2025

Please see PR #571.

zware added a commit to zware/buildmaster-config that referenced this issue Jan 24, 2025
Also add the link to 'command' PR runs rather than just 'label' runs.

Expansion of python#571; ref python#327.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants