From 99a613393421df9601ffd5ec0801349e1bb33966 Mon Sep 17 00:00:00 2001 From: phlax Date: Tue, 21 Jun 2022 07:02:28 +0100 Subject: [PATCH] Partial revert "tooling: Remove (default) `remote_download_all` flags (#21733)" (#21776) This partially reverts commit 8672554f316fff4ce3dc26074eaccbddebc1d42c. Signed-off-by: Ryan Northey --- bazel/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bazel/README.md b/bazel/README.md index 042e83a34adc..b738506df15b 100644 --- a/bazel/README.md +++ b/bazel/README.md @@ -310,6 +310,10 @@ bazel build envoy --config=remote-clang \ Change the value of `--remote_cache`, `--remote_executor` and `--remote_instance_name` for your remote build services. Tests can be run in remote execution too. +Note: Currently the test run configuration in `.bazelrc` doesn't download test binaries and test logs, +to override the behavior set [`--remote_download_outputs`](https://docs.bazel.build/versions/master/command-line-reference.html#flag--remote_download_outputs) +accordingly. + ## Building Envoy with Docker sandbox Building Envoy with Docker sandbox uses the same Docker image used in CI with fixed C++ toolchain configuration. It produces more consistent