Closed
Description
this came up several times recently around testing the NoGIL build on PRs - it's currently not possible to do that using the !buildbot nogil
comment (example attempt) because the nogil builders are marked as unstable.
considering the NoGIL build is "experimental", keeping these builders as "unstable" is probably a good idea, but then we need some way to be able to request these builders on PRs.
after chatting with @ambv, I propose that we extend the !buildbot
command to support unstable builders.
the mechanics can be discussed in this issue. here are the options I am considering:
- easy but changes existing behavior: include unstable buildbots by default
- also easy but kinda hacky: include unstable buildbots if they have a certain tag (e.g. "trigger-on-pr-command")
- introduce new spelling for explicitly allowing unstable builders (e.g.
!buildbot_with_unstable ...
or!buildbot[unstable]
or!buildbot ... #with_unstable
- bikeshedding welcome)
Metadata
Metadata
Assignees
Labels
No labels