Lines Matching refs:api
21 def RunSteps(api):
23 api.vars.setup()
25 now = api.time.utcnow()
26 src_path = api.path['start_dir'].join('perf')
27 with api.context(cwd=src_path):
28 results = api.file.glob_paths(
37 basename = api.path.basename(src)
41 api.vars.builder_name))
43 if api.vars.is_trybot:
45 str(api.vars.issue), str(api.vars.patchset)))
48 'gs://%s' % api.properties['gs_bucket'], gs_path, basename))
50 api.step(
56 def GenTests(api):
59 api.test('normal_bot') +
60 api.properties(buildername=builder,
67 api.test('trybot') +
68 api.properties(buildername=builder,
72 api.properties.tryserver(