Home
last modified time | relevance | path

Searched refs:with_retry (Results 1 – 10 of 10) sorted by relevance

/external/skia/infra/bots/recipe_modules/flavor/
Dandroid.py105 return self.m.run.with_retry(self.m.step, title, attempts,
157 self.m.run.with_retry(self.m.python.inline,
210 self.m.run.with_retry(self.m.python.inline,
247 self.m.run.with_retry(self.m.python.inline,
288 self.m.run.with_retry(self.m.python.inline,
568 self.m.run.with_retry(self.m.python.inline, 'rm %s' % path, 3, program="""
Dios.py44 return self.m.run.with_retry(self.m.step, title, 3, cmd=list(cmd),
111 self.m.run.with_retry(self.m.step, 'install %s' % self.app_name,
/external/skqp/infra/bots/recipe_modules/flavor/
Dandroid.py106 return self.m.run.with_retry(self.m.step, title, attempts,
154 self.m.run.with_retry(self.m.python.inline,
207 self.m.run.with_retry(self.m.python.inline,
244 self.m.run.with_retry(self.m.python.inline,
285 self.m.run.with_retry(self.m.python.inline,
Dios.py47 self.m.run.with_retry(self.m.step, 'install_' + app_name, num_attempts,
/external/skqp/infra/bots/recipe_modules/run/examples/
Dfull.py50 api.run.with_retry(api.step, 'retry fail', 5, cmd=['false'],
56 api.run.with_retry(api.step, 'retry success', 3, cmd=['false'],
/external/skia/infra/bots/recipe_modules/run/examples/
Dfull.py51 api.run.with_retry(api.step, 'retry fail', 5, cmd=['false'],
57 api.run.with_retry(api.step, 'retry success', 3, cmd=['false'],
/external/skia/infra/bots/recipe_modules/docker/
Dapi.py94 self.m.run.with_retry(self.m.step, name, attempts, cmd=cmd)
/external/skqp/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, member in SkiaStepApi
/external/skia/infra/bots/recipe_modules/run/
Dapi.py81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, member in SkiaStepApi
/external/skia/infra/bots/recipes/
Dperf_skottiewasm_lottieweb.py149 api.run.with_retry(api.step, 'Run perf cmd line app', attempts,