From 1fa0af43babffdc0ec348b0c02303b3aedb9075a Mon Sep 17 00:00:00 2001 From: Simon Mavi Stewart Date: Mon, 25 Sep 2023 10:57:24 +0100 Subject: [PATCH] Add more detail to the remote build doc --- CONTRIBUTING.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index caa087ca7ceca..aa82517e05b5e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -326,3 +326,7 @@ To access the EngFlow RBE, a developer needs to be granted access to our project container repository. Once that has been done, then any bazel command can be run remotely by using `--config=remote`. For example: `bazel build --config=remote grid` or `bazel test --config=remote java/test/...` + +When you run a remote build, one of the first lines of output from Bazel will +include a link to the EngFlow UI so you can track the progress of the build and +gather information about the efficiency of the build.