[Python-Dev] Keeping an eye on Travis CI, AppVeyor and buildbots: revert on regression (original) (raw)

Zachary Ware zachary.ware+pydev at gmail.com
Thu Jun 7 10:15:51 EDT 2018


On Wed, Jun 6, 2018 at 9:45 PM, Mariatta Wijaya <mariatta.wijaya at gmail.com> wrote:

Are there APIs we can use to check the status of builbots? Maybe we can have the our bots check for the buildbot status in backport PRs.

There is a REST API for buildbot; I have no idea how usable/useful it is though (but I think the new UI interacts with the master mostly via REST calls).

I am planning to eventually get buildbot integration with GitHub set up, possibly in September. I think it should be possible to make only stable bots show up as status checks, or even just a select subset of the stable bots.

-- Zach



More information about the Python-Dev mailing list