submit_try | 138 def __init__(self, bots, changelist, revision): 139 self._bots = bots 144 def bots(self): member in class:ValidateArgs.CollectedArgs 211 'smaller set of bots. Are you sure you ' 246 return CollectedArgs(bots=using_bots, changelist=changelist, 264 botlist = ','.join(['%s%s' % (bot, TRYBOT_SUFFIX) for bot in args.bots])
|