Lines Matching full:rbe
15 """Runs a single action remotely with RBE."""
19 import rbe
29 default='echo RBE check successful.',
30 help='Command to run remotely with RBE.')
38 cleanup = rbe.setup(env, sys.stdout if args.print else subprocess.DEVNULL)
41 env = rbe.env_array_to_dict(rbe.prepare_env(env))
47 # Bootstrap the RBE proxy.
48 bootstrap_cmd = rbe.get_nsjail_bin_wrapper() + \
49 [os.path.join(rbe.TOOLS_DIR, 'bootstrap')]
52 print('Bootstrap RBE reproxy:')
58 rewrapper_cmd = rbe.get_nsjail_bin_wrapper() + [
59 os.path.join(rbe.TOOLS_DIR, 'rewrapper'),
68 print('Run remote command with RBE:')
72 # Shut down the RBE proxy.
74 print('RBE proxy shutdown:')