HomeSort by relevance Sort by last modified time
    Searched refs:with_retry (Results 1 - 3 of 3) sorted by null

  /external/skia/infra/bots/recipe_modules/run/examples/
full.py 48 api.run.with_retry(api.step, 'retry fail', 5, cmd=['false'])
51 api.run.with_retry(api.step, 'retry success', 3, cmd=['false'])
  /external/skia/infra/bots/recipe_modules/infra/
api.py 61 self.m.run.with_retry(
  /external/skia/infra/bots/recipe_modules/run/
api.py 119 def with_retry(self, steptype, name, attempts, **kwargs): member in class:SkiaStepApi

Completed in 93 milliseconds