Searched refs:infra_step (Results 1 - 19 of 19) sorted by relevance
/third_party/skia/infra/bots/recipe_modules/flavor/ |
H A D | android.py | 82 if 'infra_step' not in kwargs: 83 kwargs['infra_step'] = True 94 infra_step=True, timeout=30, abort_on_failure=False, 99 cmd=[self.ADB_BINARY, 'wait-for-device'], infra_step=True, 205 infra_step=True, 237 infra_step=True, 282 infra_step=True, 347 infra_step=True, 442 infra_step=True, 462 cmd=[self.ADB_BINARY, 'wait-for-device'], infra_step [all...] |
H A D | default.py | 115 def _run(self, title, cmd, infra_step=False, **kwargs): 117 infra_step=infra_step, **kwargs) 119 def _py(self, title, script, infra_step=True, args=()): 121 infra_step=infra_step) 234 infra_step=False)
|
H A D | ios.py | 58 infra_step=True, abort_on_failure=True, 107 infra_step=True, 116 infra_step=True) 140 infra_step=True) 166 infra_step=True,
|
H A D | chromebook.py | 50 """, args=[src, dest], infra_step=True)
|
H A D | ssh.py | 34 if 'infra_step' not in kwargs: 35 kwargs['infra_step'] = True 75 ['scp', host_path, device_path], infra_step=True)
|
/third_party/skia/infra/bots/recipe_modules/build/ |
H A D | util.py | 79 infra_step=True) variable
|
H A D | pathkit.py | 91 infra_step=True) variable
|
H A D | canvaskit.py | 93 infra_step=True) variable
|
H A D | flutter.py | 78 infra_step=True) variable
|
H A D | android.py | 71 infra_step=True)
|
H A D | default.py | 352 infra_step=True) 358 infra_step=True)
|
H A D | chromebook.py | 114 infra_step=True)
|
/third_party/skia/infra/bots/recipes/ |
H A D | compile.py | 59 infra_step=True, variable
|
H A D | upload_nano_results.py | 53 infra_step=True)
|
H A D | upload_buildstats_results.py | 54 infra_step=True)
|
H A D | sync_and_compile.py | 89 infra_step=True, variable
|
H A D | test.py | 99 infra_step=True)
|
H A D | perf_skottiewasm_lottieweb.py | 155 ], infra_step=True)
|
/third_party/skia/infra/bots/recipe_modules/docker/ |
H A D | api.py | 22 self.m.step(name, cmd=cmd, infra_step=True)
|
Completed in 5 milliseconds