Home | History | Annotate | Download | only in chromium_org

Lines Matching refs:bot

1429 def GetTryServerMasterForBot(bot):
1430 """Returns the Try Server master for the given bot.
1432 It tries to guess the master from the bot name, but may still fail
1435 # Potentially ambiguous bot names are listed explicitly.
1444 master = master_map.get(bot)
1446 if 'gpu' in bot:
1448 elif 'linux' in bot or 'android' in bot or 'presubmit' in bot:
1450 elif 'win' in bot:
1452 elif 'mac' in bot or 'ios' in bot:
1458 """Returns a list of ('bot', set(['tests']), optionally filtered by [bots].
1548 filtered_builders_and_tests = dict((bot, set(builders_and_tests[bot]))
1549 for bot in bots)
1552 (bot, set(tests))
1553 for bot, tests in builders_and_tests.iteritems())
1555 # Build up the mapping from tryserver master to bot/test.
1557 for bot, tests in filtered_builders_and_tests.iteritems():
1558 out.setdefault(GetTryServerMasterForBot(bot), {})[bot] = tests
1649 # The AOSP bot doesn't build the chrome/ layer, so ignore any changes to it
1651 # step on that bot.