HomeSort by relevance Sort by last modified time
    Searched refs:buildbot_host (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/steps/
ensurebuildersaregreen.py 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/Scripts/webkitpy/common/net/buildbot/
buildbot.py 67 return "http://%s/results/%s" % (self._buildbot.buildbot_host, self.url_encoded_name())
73 return "http://%s/builders/%s" % (self._buildbot.buildbot_host, self.url_encoded_name())
274 self.buildbot_host = host
373 base = "http://%s" % self.buildbot_host
389 build_status_url = "http://%s/one_box_per_builder" % self.buildbot_host
  /external/webkit/Tools/Scripts/webkitpy/tool/
mocktool.py 409 buildbot_host = "dummy_buildbot_host" variable in class:MockBuildBot

Completed in 294 milliseconds