Searched refs:buildbot_host (Results 1 – 3 of 3) sorted by relevance
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 = host373 base = "http://%s" % self.buildbot_host389 build_status_url = "http://%s/one_box_per_builder" % self.buildbot_host
48 …//%s/console?category=core\n" % (", ".join(red_builders_names), self._tool.buildbot.buildbot_host))
409 buildbot_host = "dummy_buildbot_host" variable in MockBuildBot