Lines Matching refs:bot
134 bot = self._anchor_data.strip()
137 if bot:
139 self.statuses[bot] = stat
340 for bot in sorted(all_bots):
341 if (roll[bot].status == 'success'):
343 printer(0, '==%s==' % bot)
347 if control[bot].status != 'failure' and roll[bot].status != 'failure':
349 printer(0, '==%s==' % bot)
353 (control[bot].status, control_name, control[bot].url),
354 ( roll[bot].status, roll_name, roll[bot].url)]:
372 [(control[bot].status, control_name, control[bot].url),
373 (roll[bot].status, roll_name, roll[bot].url)]):
392 for bot in sorted(all_bots):
393 if roll[bot].status == 'success':
395 elif (control[bot].status == 'success' and
396 roll[bot].status == 'failure'):
398 elif ('pending' in control[bot].status or
399 'pending' in roll[bot].status):
404 control[bot].status, roll[bot].status, diff, bot))