Home
last modified time | relevance | path

Searched refs:bot_cfg (Results 1 – 2 of 2) sorted by relevance

/external/skia/infra/bots/
Dcommon.py42 def is_android(bot_cfg): argument
44 return ('Android' in bot_cfg.get('extra_config', '') or
45 bot_cfg.get('os') == 'Android')
47 def is_chromeos(bot_cfg): argument
48 return ('CrOS' in bot_cfg.get('extra_config', '') or
49 bot_cfg.get('os') == 'ChromeOS')
51 def is_cmake(bot_cfg): argument
52 return 'CMake' in bot_cfg.get('extra_config', '')
54 def is_ios(bot_cfg): argument
55 return ('iOS' in bot_cfg.get('extra_config', '') or
[all …]
/external/skia/infra/bots/flavor/
Dxsan_flavor.py31 }[self._bot_info.bot_cfg['extra_config']]