/external/chromium_org/build/android/buildbot/ |
bb_host_steps.py | 9 import bb_utils namespace 16 SLAVE_SCRIPTS_DIR = os.path.join(bb_utils.BB_BUILD_DIR, 'scripts', 'slave') 23 RunCmd = bb_utils.RunCmd 59 '--goma-dir=%s' % bb_utils.GOMA_DIR] 80 + bb_utils.EncodeProperties(options), cwd=DIR_BUILD_ROOT) 86 + bb_utils.EncodeProperties(options), 120 parser = bb_utils.GetParser() 139 bb_utils.RunSteps(options.steps.split(','), GetHostStepCmds(), options)
|
bb_run_bot.py | 16 import bb_utils namespace 51 init_env['GOMA_DIR'] = bb_utils.GOMA_DIR 66 cwd=bb_utils.CHROME_SRC, env=init_env) 82 bb_utils.CHROME_SRC, '..', '..', '..', '..', '..', 'build_internal', 100 property_args = bb_utils.EncodeProperties(options) 235 parser = bb_utils.GetParser() 261 print bb_utils.CommandToString(command) 265 return_code = subprocess.call(command, cwd=bb_utils.CHROME_SRC, env=env) 284 print 'Will run: ', bb_utils.CommandToString(command)
|
bb_device_steps.py | 17 import bb_utils namespace 26 CHROME_SRC_DIR = bb_utils.CHROME_SRC 28 CHROME_OUT_DIR = bb_utils.CHROME_OUT_DIR 34 SLAVE_SCRIPTS_DIR = os.path.join(bb_utils.BB_BUILD_DIR, 'scripts', 'slave') 35 LOGCAT_DIR = os.path.join(bb_utils.CHROME_OUT_DIR, 'logcat') 83 RunCmd = bb_utils.RunCmd 114 if bb_utils.TESTING: 388 bb_utils.SpawnCmd([ 399 if not bb_utils.TESTING: 499 RunCmd([bb_utils.GSUTIL_PATH, 'cp', '-R', dir_to_upload, 'gs://%s' % gs_path] [all...] |
bb_device_status_check.py | 21 import bb_utils namespace 230 lsusb_proc = bb_utils.SpawnCmd(['lsusb'], stdout=subprocess.PIPE) 247 return_code = bb_utils.RunCmd(['/usr/bin/restart_usb', bus, dev])
|