Searched refs:infra_step (Results 1 – 11 of 11) sorted by relevance
/external/skia/infra/bots/recipes/ |
D | bundle_recipes.py | 24 api.step('git init', infra_step=True, 26 api.step('git add', infra_step=True, 28 api.step('git commit', infra_step=True, 30 api.step('Bundle Recipes', infra_step=True,
|
D | upload_nano_results.py | 53 infra_step=True)
|
D | compile.py | 72 infra_step=True)
|
D | test.py | 657 infra_step=True)
|
/external/skia/infra/bots/recipe_modules/flavor/ |
D | ios_flavor.py | 16 self.m.run(self.m.step, 'setup_device', cmd=['ios.py'], infra_step=True) 25 infra_step=True) 45 args=[self.out_dir.join(app)], infra_step=True) 58 infra_step=True) 82 infra_step=True,
|
D | gn_flavor.py | 9 def _run(self, title, cmd, infra_step=False, **kwargs): argument 11 infra_step=infra_step, **kwargs) 13 def _py(self, title, script, infra_step=True, args=()): argument 15 infra_step=infra_step) 178 infra_step=False)
|
D | gn_chromecast_flavor.py | 30 infra_step=True).stdout 108 'connect', self.user_ip_host], infra_step=True) 139 """, args=[host, device], infra_step=True) 146 infra_step=False, **kwargs)
|
D | gn_android_flavor.py | 30 def _py(self, title, script, infra_step=True): argument 33 infra_step=infra_step) 109 infra_step=True, 174 """, args=[host, device], infra_step=True)
|
D | gn_chromebook_flavor.py | 46 infra_step=True).stdout 172 """, args=[host_path, device_path], infra_step=True) 184 """, args=[src, dest], infra_step=True)
|
/external/skia/infra/bots/recipe_modules/run/ |
D | api.py | 117 infra_step=True)
|
/external/skia/infra/bots/recipe_modules/swarming/ |
D | api.py | 522 infra_step=True,
|