Searched refs:buildbot_host (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Tools/Scripts/webkitpy/tool/steps/
H A Densurebuildersaregreen.py48 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/
H A Dbuildbot.py67 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/
H A Dmocktool.py409 buildbot_host = "dummy_buildbot_host" variable in class:MockBuildBot

Completed in 108 milliseconds