From 03a32ca6d2e6a7dc340267a35e6de7dd0b48116a Mon Sep 17 00:00:00 2001 From: Paul Gschwendtner Date: Wed, 12 Mar 2025 17:12:37 +0000 Subject: [PATCH] build: enable remote execution keepalive (#60355) This should help with network issues of spawned RBE actions. It should also introduce timeouts when actions couldn't be spawned in a timely manner. PR Close #60355 --- .bazelrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.bazelrc b/.bazelrc index 5049882e2dc..2a04937e72c 100644 --- a/.bazelrc +++ b/.bazelrc @@ -114,6 +114,9 @@ build:remote --bes_instance_name=internal-200822 build:remote --remote_cache=remotebuildexecution.googleapis.com build:remote --remote_executor=remotebuildexecution.googleapis.com +# See: https://docs.google.com/document/d/1NgDPsCIwprDdqC1zj0qQrh5KGK2hQTSTux1DAvi4rSc/edit?tab=t.0. +build:remote --experimental_remote_execution_keepalive + # Use HTTP remote cache build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache build:remote-cache --remote_accept_cached=true