comparison talosnames/api.py @ 23:5f39ce13fbbc

what i meant
author Jeff Hammel <jhammel@mozilla.com>
date Tue, 10 Jul 2012 19:08:06 -0700
parents 82d15f93cc4a
children c6a042aad739
comparison
equal deleted inserted replaced
22:82d15f93cc4a 23:5f39ce13fbbc
106 self._tbpl_names[name] = tbplname 106 self._tbpl_names[name] = tbplname
107 return tbplname 107 return tbplname
108 108
109 def buildbot_command(self, name): 109 def buildbot_command(self, name):
110 """gets the buildbot command for a particular suite""" 110 """gets the buildbot command for a particular suite"""
111 return self.buildbot_commands.get(name[:]) 111 return self.buildbot_commands.get(name)[:]
112 112
113 def talos_config(self, name): 113 def talos_config(self, name):
114 """returns talos configuration for suite `name`""" 114 """returns talos configuration for suite `name`"""
115 if name in self._talos_configs: 115 if name in self._talos_configs:
116 return self._talos_configs[name] 116 return self._talos_configs[name]