About
What is BuildGrid?
BuildGrid is a Python remote execution service which implements Google's Remote Execution API and the Remote Workers API. The project's goal is to be able to execute build jobs remotely on a grid of computers in order to massively speed up build times. Workers on the grid should be able to run with different environments. It works with clients such as Bazel, BuildStream and RECC, and is designed to be able to work with any client that conforms to the above API protocols.
Getting started
Please refer to the documentation for installation and usage instructions.