[roll] Roll infra/recipes [rbe] Add module to handle reproxy start/stop.

This module is mostly a copy of what Goma does, with modifications and
simplifications because our usage of RBE is far less complicated.

Basic usage is to use the build_with_remote_execution() context to
start/stop reproxy around a build. Internally we will dump the
interesting log files into steps for inspection, we should later connect
the rbe_metrics.txt (or rbe_metrics.pb) into a BigQuery upload.

A follow up will wire this into the rest of the build.

Original-Bug: 80255
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/infra/recipes/+/552127
Original-Revision: aab81031126be8e2d532f22ee12a60eb4954c481
GitOrigin-RevId: 544589631881df9e97e36cdc5a5f028f9f6bbe72
Change-Id: I58bb6b3d7d92685575cd33fc3800b788bfcf3bce
1 file changed
tree: b68ccd9d595c52415e023dbc6d8eebbeef766349
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.