This page covers the benefits, requirements, and options for running Bazel with remote execution. By default, Bazel executes builds and tests on your local machine. Remote execution of a Bazel build allows you to distribute build and test actions across multiple machines, such as a datacenter. Remote execution provides the following benefits:Documentation Index
Fetch the complete documentation index at: https://preview.bazel.build/llms.txt
Use this file to discover all available pages before exploring further.
- Faster build and test execution through scaling of nodes available for parallel actions
- A consistent execution environment for a development team
- Reuse of build outputs across a development team