Home | History | Annotate | Download | only in commands

Lines Matching refs:buildbot

37 from webkitpy.common.net.buildbot import BuildBot
133 print self._tool.buildbot.last_green_revision()
138 help_text = "Print failing buildbots (%s) and what revisions broke them" % BuildBot.default_host
144 builder = self._tool.buildbot.builder_with_name(builder_status["name"])
167 builder_statuses = tool.buildbot.builder_statuses()
184 help_text = "Print a list of failures for the passed revision from bots on %s" % BuildBot.default_host
197 builders = self._tool.buildbot.builders()
206 help_text = "Lists revisions where individual test failures started at %s" % BuildBot.default_host
251 # The buildbot stops runs after 20 failures so we don't have full results to work with here.
270 builder_statuses = self._tool.buildbot.builder_statuses()
279 return (self._tool.buildbot.builder_with_name(chosen_name), status["built_revision"])
292 help_text = "Lists tests that often fail for a single build at %s" % BuildBot.default_host
306 # The buildbot stops runs after 20 failures so we don't have full results to work with here.
346 statuses = self._tool.buildbot.builder_statuses()
351 return (self._tool.buildbot.builder_with_name(chosen_name), status["built_revision"])
361 help_text = "Print the status of the %s buildbots" % BuildBot.default_host
366 for builder in tool.buildbot.builder_statuses():