Searched refs:bot_cfg (Results 1 – 2 of 2) sorted by relevance
42 def is_android(bot_cfg): argument44 return ('Android' in bot_cfg.get('extra_config', '') or45 bot_cfg.get('os') == 'Android')47 def is_chromeos(bot_cfg): argument48 return ('CrOS' in bot_cfg.get('extra_config', '') or49 bot_cfg.get('os') == 'ChromeOS')51 def is_cmake(bot_cfg): argument52 return 'CMake' in bot_cfg.get('extra_config', '')54 def is_ios(bot_cfg): argument55 return ('iOS' in bot_cfg.get('extra_config', '') or[all …]
31 }[self._bot_info.bot_cfg['extra_config']]