Searched refs:steptype (Results 1 – 2 of 2) sorted by relevance
/third_party/flutter/skia/infra/bots/recipe_modules/run/ |
D | api.py | 69 def __call__(self, steptype, name, abort_on_failure=True, argument 74 return steptype(name=name, **kwargs) 81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument 88 res = self(steptype, name=step_name, abort_on_failure=True,
|
/third_party/skia/infra/bots/recipe_modules/run/ |
D | api.py | 69 def __call__(self, steptype, name, abort_on_failure=True, argument 74 return steptype(name=name, **kwargs) 81 def with_retry(self, steptype, name, attempts, between_attempts_fn=None, argument 88 res = self(steptype, name=step_name, abort_on_failure=True,
|