Home | History | Annotate | Download | only in recipes

Lines Matching refs:api

18 def RunSteps(api):
19 bundle_dir = api.properties['swarm_out_dir'] + '/recipe_bundle'
20 skia_dir = api.path['start_dir'].join('skia')
21 recipes_py = api.path['start_dir'].join('skia', 'infra', 'bots', 'recipes.py')
22 with api.git.env():
23 with api.context(cwd=skia_dir):
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,
35 def GenTests(api):
37 api.test('BundleRecipes') +
38 api.properties(buildername='Housekeeper-PerCommit-BundleRecipes',