summaryrefslogtreecommitdiffhomepage
path: root/.bazelrc
diff options
context:
space:
mode:
authorAdin Scannell <ascannell@google.com>2020-07-28 13:51:38 -0700
committergVisor bot <gvisor-bot@google.com>2020-07-28 13:53:13 -0700
commit7881610a3f9ac7382221ee17da908ff8f86053b5 (patch)
tree48d82143278edb9c4c9d9d6567669757e8b540d0 /.bazelrc
parent851880009020288d71fa6878f3dae9ce2aca4395 (diff)
Use the appropriate remote configuration.
PiperOrigin-RevId: 323646156
Diffstat (limited to '.bazelrc')
-rw-r--r--.bazelrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/.bazelrc b/.bazelrc
index 3c31282ce..17530a682 100644
--- a/.bazelrc
+++ b/.bazelrc
@@ -23,10 +23,16 @@ build --stamp --workspace_status_command tools/workspace_status.sh
# Enable remote execution so actions are performed on the remote systems.
build:remote --remote_executor=grpcs://remotebuildexecution.googleapis.com
+build:remote --bes_backend=buildeventservice.googleapis.com
+build:remote --bes_results_url="https://source.cloud.google.com/results/invocations"
+build:remote --bes_timeout=600s
build:remote --project_id=gvisor-rbe
build:remote --remote_instance_name=projects/gvisor-rbe/instances/default_instance
build:remote3 --remote_executor=grpcs://remotebuildexecution.googleapis.com
build:remote3 --project_id=gvisor-rbe
+build:remote3 --bes_backend=buildeventservice.googleapis.com
+build:remote3 --bes_results_url="https://source.cloud.google.com/results/invocations"
+build:remote3 --bes_timeout=600s
build:remote3 --remote_instance_name=projects/gvisor-rbe/instances/default_instance
# Enable authentication. This will pick up application default credentials by