Home | History | Annotate | Download | only in catapult_build

Lines Matching refs:step

13 # name (required): The name of the step, to show on the buildbot status page.
190 # because it is a step and not a test, and must be first.
225 step = {
229 step['cmd'] = ['python', os.path.join(args.api_path_checkout, test['path'])]
230 if step['name'] == 'Systrace Tests':
231 step['cmd'] += ['--device=' + args.platform]
233 step['cmd'] += test['additional_args']
235 step['env']['PYTHONPATH'] = args.app_engine_sdk_pythonpath
237 step['env']['CHROME_DEVEL_SANDBOX'] = '/opt/chromium/chrome_sandbox'
239 step['outputs_presentation_json'] = True
240 steps.append(step)