Searched refs:buildbot (Results 1 - 23 of 23) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
H A D__init__.py5 from .buildbot import BuildBot, Builder, Build
H A Dbuildbot_unittest.py32 from webkitpy.common.net.buildbot import BuildBot, Builder, Build
56 self.buildbot = BuildBot()
57 self.builder = Builder(u"Test Builder \u2661", self.buildbot)
186 buildbot = BuildBot()
196 builder = buildbot._parse_builder_status_from_row(status_row)
205 buildbot = BuildBot()
210 buildbot.builder_statuses = example_builder_statuses
212 buildbot.core_builder_names_regexps = [ 'Leopard', "Windows.*Build" ]
213 self.assertEquals(buildbot.red_core_builders_names(), [])
214 self.assertTrue(buildbot
[all...]
H A Dbuildbot.py29 # WebKit's Python module for interacting with WebKit's buildbot
55 def __init__(self, name, buildbot):
57 self._buildbot = buildbot
128 # Better would be to ask buildbot through some sort of API.
156 # Builds for old revisions with fail to lookup via buildbot's json api.
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/log/
H A Drun20 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
26 : ${buildbot_log_path:=/var/log/buildbot}
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/
H A DMakefile4 # directory (next to the buildbot.tac file). It allows you to start/stop the
10 /opt/local/bin/twistd2.5 --no_save -y buildbot.tac
/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Densurebuildersaregreen.py44 red_builders_names = self._tool.buildbot.red_core_builders_names()
48 log("\nWARNING: Builders [%s] are red, please watch your commit carefully.\nSee http://%s/console?category=core\n" % (", ".join(red_builders_names), self._tool.buildbot.buildbot_host))
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/log/
H A Drun20 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/log/
H A Drun20 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/
H A Drun22 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/
H A Drun22 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
76 /usr/bin/twistd -noy buildbot.tac
/external/webkit/Tools/Scripts/webkitpy/tool/commands/
H A Dsheriffbot_unittest.py42 mock_work_item = MockFailureMap(tool.buildbot)
H A Drebaseline.py34 from webkitpy.common.net.buildbot import BuildBot
77 builder_statuses = self._tool.buildbot.builder_statuses()
85 return (self._tool.buildbot.builder_with_name(chosen_name), status["build_number"])
H A Dqueries.py37 from webkitpy.common.net.buildbot import BuildBot
133 print self._tool.buildbot.last_green_revision()
144 builder = self._tool.buildbot.builder_with_name(builder_status["name"])
167 builder_statuses = tool.buildbot.builder_statuses()
197 builders = self._tool.buildbot.builders()
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"])
306 # The buildbot stops runs after 20 failures so we don't have full results to work with here.
346 statuses = self._tool.buildbot
[all...]
H A Dsheriffbot.py69 failure_map = self._tool.buildbot.failure_map()
H A Dqueues_unittest.py257 tool.buildbot.light_tree_on_fire()
284 tool.buildbot.light_tree_on_fire()
H A Ddownload_unittest.py122 mock_tool.buildbot.light_tree_on_fire()
/external/webkit/Tools/Scripts/webkitpy/common/
H A Dhost.py34 from webkitpy.common.net import bugzilla, buildbot, irc, statusserver namespace
42 self.buildbot = buildbot.BuildBot()
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/
H A Drun22 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
/external/webkit/Tools/Scripts/webkitpy/tool/bot/
H A Dsheriff_unittest.py32 from webkitpy.common.net.buildbot import Builder
H A Dirc_command.py48 urls.view_revision_url(tool.buildbot.last_green_revision()))
/external/webkit/Tools/Scripts/webkitpy/common/net/
H A Dfailuremap_unittest.py31 from webkitpy.common.net.buildbot import Build
/external/webkit/Tools/Scripts/webkitpy/tool/
H A Dmain.py41 from webkitpy.common.net.buildbot import BuildBot
H A Dmocktool.py389 def __init__(self, buildbot):
390 self._buildbot = buildbot
739 self.buildbot = MockBuildBot()

Completed in 160 milliseconds