/external/chromium/chrome/common/extensions/docs/examples/extensions/ |
buildbot.zip | |
/external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/ |
__init__.py | 5 from .buildbot import BuildBot, Builder, Build
|
buildbot_unittest.py | 32 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() [all...] |
/external/chromium/chrome/common/extensions/docs/examples/extensions/buildbot/ |
manifest.json | 2 "name": "Chromium Buildbot Monitor", 4 "description": "Displays the status of the Chromium buildbot in the toolbar. Click to see more detailed status in a popup.",
|
options.html | 22 <h2>Options for Chromium Buildbot Monitor</h2>
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/ |
Makefile | 4 # 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
|
buildbot.tac | 3 from buildbot.master import BuildMaster 5 basedir = r'/buildbot/webkit'
|
/external/webkit/Tools/BuildSlaveSupport/build.webkit.org-config/templates/ |
root.html | 5 <title>Welcome to the Buildbot</title> 9 <h1>Welcome to the Buildbot!</h1> 15 <li><a href="waterfall">Waterfall Display</a> will give you a time-oriented summary of recent buildbot activity.</li>
|
/external/webkit/Tools/BuildSlaveSupport/gtk/ |
README | 33 1. Follow the instructions at http://trac.webkit.org/wiki/BuildBot 37 3. Copy "daemontools-buildbot.conf" to "/etc/daemontools-buildbot.conf" 42 5. Drop the "buildbot", "pulseaudio" and "xvfb" directories (plus
|
daemontools-buildbot.conf | 19 # Path to the Buildbot slave directory 23 # User account used to run Buildbot. 27 # Path to a directory where to log Buildbot output 29 buildbot_log_path="/var/log/buildbot"
|
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/log/ |
run | 20 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf} 26 : ${buildbot_log_path:=/var/log/buildbot}
|
/external/webkit/Tools/Scripts/ |
run-webkit-tests | 38 # The buildbot master.cfg also currently passes run-webkit-tests to 51 # This is a hack to detect if we're running on the buildbot so we can 53 # update the buildbot config to call new-run-webkit-tests explicitly. 54 my %isBuildBotUser = ("apple" => 1, "buildbot" => 1); 78 # The buildbot always uses $SRCDIR/layout-test-results, hardcode it:
|
/external/webkit/Tools/Scripts/webkitpy/tool/commands/ |
queries.py | 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 [all...] |
rebaseline.py | 34 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"])
|
/external/chromium/build/ |
whitespace_file.txt | 5 This file is used for making non-code changes to trigger buildbot cycles. Make
|
/external/webkit/Tools/Scripts/webkitpy/common/ |
host.py | 34 from webkitpy.common.net import bugzilla, buildbot, irc, statusserver namespace 42 self.buildbot = buildbot.BuildBot()
|
/external/webkit/Tools/BuildSlaveSupport/gtk/buildbot/ |
run | 22 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf} 76 /usr/bin/twistd -noy buildbot.tac
|
/external/webkit/Tools/Scripts/webkitpy/tool/steps/ |
ensurebuildersaregreen.py | 44 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/clang/test/PCH/ |
pr4489.c | 6 // buildbot.
|
/external/v8/ |
Android.mk | 26 # To help setup buildbot, a new environment variable, USE_ALT_JS_ENGINE,
|
/external/webkit/Tools/BuildSlaveSupport/gtk/crashmon/log/ |
run | 20 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
|
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/log/ |
run | 20 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
|
/external/webkit/Tools/BuildSlaveSupport/gtk/xvfb/ |
run | 22 : ${BUILDBOT_CONFIG:=/etc/daemontools-buildbot.conf}
|
/external/webkit/Source/WebCore/bindings/objc/ |
DOMImplementationFront.h | 27 // It seems to affect only older versions of gcc. Once the buildbot is upgraded,
|
/sdk/eclipse/ |
README_WINDOWS.txt | 31 $ tools/buildbot/_make_windows_sdk.sh path-to-the-linux-sdk.zip destination-directory
|