Lines Matching full:rbe
15 """Utilities for RBE-enabled builds."""
22 # These are the environment variables that control RBE usage with the
52 return ['netns-exec', 'rbe-closed-ns']
73 """Prepares an env dict for enabling RBE.
119 """Returns a dictionary of extra nsjail.run arguments for RBE."""
125 """Prerequisite for having RBE enabled for the build.
127 Calls RBE http proxy in a separate network namespace.
138 # Create the RBE http proxy allowlist file.
157 # Restart RBE http proxy.
171 'netns-exec', 'rbe-open-ns', 'tinyproxy', '-c', new_conf.name, '-d']
174 print('RBE http proxy restart commands:', file=build_log)
188 """Should be called after an RBE build is done."""
190 print('RBE http proxy kill command:', file=build_log)