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

  /external/skia/infra/bots/
common.py 42 def is_android(bot_cfg):
44 return ('Android' in bot_cfg.get('extra_config', '') or
45 bot_cfg.get('os') == 'Android')
47 def is_chromeos(bot_cfg):
48 return ('CrOS' in bot_cfg.get('extra_config', '') or
49 bot_cfg.get('os') == 'ChromeOS')
51 def is_cmake(bot_cfg):
52 return 'CMake' in bot_cfg.get('extra_config', '')
54 def is_ios(bot_cfg):
55 return ('iOS' in bot_cfg.get('extra_config', '') o
    [all...]
  /external/skia/infra/bots/flavor/
xsan_flavor.py 31 }[self._bot_info.bot_cfg['extra_config']]

Completed in 72 milliseconds