D | generate_controlfiles_common.py | 217 changes regularly. This ordering makes it simpler to add/remove modules. 244 def get_doc(modules, abi, is_public): argument 246 if modules.intersection(get_collect_modules(is_public)): 250 module_text = 'module ' + ', '.join(sorted(list(modules))) 259 def servo_support_needed(modules, is_public=True): argument 262 for module in modules) 294 def get_suites(modules, abi, is_public, camera_facing=None): argument 308 for module in modules: 320 # CTS modules to be run on all unibuild models. 333 # One or two modules hould be in suite:bvt-arc to cover CQ/PFQ. A few [all …]
|