Skip to content

Commit

Permalink
Remove Remote execution services from versioned docs
Browse files Browse the repository at this point in the history
Addresses #11883

PiperOrigin-RevId: 367330186
  • Loading branch information
communikit authored and copybara-github committed Apr 8, 2021
1 parent b899b77 commit 677f347
Showing 1 changed file with 3 additions and 20 deletions.
23 changes: 3 additions & 20 deletions site/docs/remote-execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,26 +23,9 @@ Bazel uses an open-source
[gRPC protocol](https://github.com/bazelbuild/remote-apis)
to allow for remote execution and remote caching.

## Remote execution services

To run Bazel with remote execution, you can use one of the following:

* Manual
* Use the
[gRPC protocol](https://github.com/bazelbuild/remote-apis)
directly to create your own remote execution service.
* Self-service
* [Buildbarn](https://github.com/buildbarn)
* [Buildfarm](https://github.com/bazelbuild/bazel-buildfarm)
* [BuildGrid](https://gitlab.com/BuildGrid/buildgrid)
* [Scoot](https://github.com/twitter/scoot)
* Commercial
* [EngFlow Remote Execution](https://www.engflow.com) -- Remote execution
and remote caching service. Can be self-hosted or hosted.
* [BuildBuddy](https://www.buildbuddy.io) -- Remote build execution,
caching, and results UI.
* [Flare](https://www.flare.build) -- Providing a cache + CDN for Bazel
artifacts and Apple-focused remote builds in addition to build & test analytics.
For a list of commercially supported remote execution services as well as
self-service tools, see
[Remote Execution Services](https://www.bazel.build/remote-execution-services.html)

## Requirements

Expand Down

0 comments on commit 677f347

Please sign in to comment.