Home | History | Annotate | Download | only in buildbot

Lines Matching refs:RunCmd

22 # Short hand for RunCmd which is used extensively in this file.
23 RunCmd = bb_utils.RunCmd
32 RunCmd([SrcPath('android_webview', 'tools', 'webview_licenses.py'), 'scan'],
37 RunCmd([SrcPath('build', 'landmines.py')])
47 RunCmd(['rm', '-rf', build_path])
50 RunCmd(['gclient', 'runhooks'], halt_on_failure=True)
61 RunCmd(cmd, halt_on_failure=True)
81 RunCmd(cmd, halt_on_failure=True, cwd=DIR_BUILD_ROOT)
86 RunCmd([
95 RunCmd([os.path.join(SLAVE_SCRIPTS_DIR, 'extract_build.py')]
103 RunCmd([SrcPath('tools', 'prepare-bisect-perf-regression.py'),
105 RunCmd([SrcPath('tools', 'run-bisect-perf-regression.py'),