Home
last modified time | relevance | path

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

/external/skqp/infra/bots/
Drecipes.py47 def parse(repo_root, recipes_cfg_path): argument
62 with open(recipes_cfg_path, 'rU') as fh:
68 recipes_cfg_path)
80 recipes_cfg_path)
94 raise MalformedRecipesCfg(ex.message, recipes_cfg_path)
137 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
138 dep, recipes_path = parse(repo_root, recipes_cfg_path)
179 engine_override, recipes_cfg_path = parse_args(args)
181 if recipes_cfg_path:
185 os.path.dirname(recipes_cfg_path)))
[all …]
/external/skia/infra/bots/
Drecipes.py53 def parse(repo_root, recipes_cfg_path): argument
68 with open(recipes_cfg_path, 'rU') as fh:
74 recipes_cfg_path)
89 recipes_cfg_path)
103 raise MalformedRecipesCfg(ex.message, recipes_cfg_path)
161 def checkout_engine(engine_path, repo_root, recipes_cfg_path): argument
162 dep, recipes_path = parse(repo_root, recipes_cfg_path)
216 engine_override, recipes_cfg_path = parse_args(args)
218 if recipes_cfg_path:
221 os.path.dirname(os.path.dirname(recipes_cfg_path)))
[all …]