python / buildmaster-config

Configuration for buildbot.python.org

Home Page:https://buildbot.python.org/all/#/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should triagers be able to stop builds?

Fidget-Spinner opened this issue · comments

Hi, Python triagers can add test-with-buildbots label to PRs, but they cannot stop a build if it hangs. Currently, only core devs can do that. This makes it hard for triagers to "unstick" a PR after they test it with buildbots.

I think triagers should be able to stop builds. I will open a discussion at https://discuss.python.org/c/core-workflow/8. Please let me know if I should open a discussion at python-buildbots/python-dev too. Thanks for your time.

I'm in favor of it; it should just take a change in

def set_up_authorization(settings):
if you want to take a stab at it.