HomeSort by relevance Sort by last modified time
    Searched refs:bot_id (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/build/android/buildbot/
bb_run_bot.py 25 'BotConfig', ['bot_id', 'host_obj', 'test_obj'])
34 def BotConfig(bot_id, host_object, test_object=None):
35 return _BotConfig(bot_id, host_object, test_object)
200 bot_map = dict((config.bot_id, config) for config in bot_configs)
218 bot_map[to_id] = copy.deepcopy(bot_map[from_id])._replace(bot_id=to_id)
255 bot_id = options.bot_id or options.factory_properties.get('android_bot_id')
256 if not bot_id:
261 bot_config = GetBestMatch(bot_step_map, bot_id)
263 print 'Error: config for id="%s" cannot be inferred.' % bot_id
    [all...]
bb_device_steps.py 513 bot_id = options.build_properties.get('buildername', 'testing')
515 gs_path = '%s/%s/%s/%s' % (gs_base_dir, bot_id, revision, randhash)

Completed in 541 milliseconds