Skip to content

Commit 98bf4d5

Browse files
josephperrottalxhub
authored andcommitted
build: disable remote upload of local action results to RBE cache (angular#60568)
disable remote upload for local actions PR Close angular#60568
1 parent 8559c79 commit 98bf4d5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.bazelrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ build:remote --remote_instance_name=projects/internal-200822/instances/primary_i
113113
build:remote --bes_instance_name=internal-200822
114114
build:remote --remote_cache=remotebuildexecution.googleapis.com
115115
build:remote --remote_executor=remotebuildexecution.googleapis.com
116+
build:remote --remote_upload_local_results=false
116117

117118
build:remote --experimental_remote_grpc_log=/tmp/rbe-grpc.log
118119

@@ -122,7 +123,7 @@ build:remote --experimental_remote_execution_keepalive
122123
# Use HTTP remote cache
123124
build:remote-cache --remote_cache=https://storage.googleapis.com/angular-team-cache
124125
build:remote-cache --remote_accept_cached=true
125-
build:remote-cache --remote_upload_local_results=true
126+
build:remote-cache --remote_upload_local_results=false
126127
build:remote-cache --google_default_credentials
127128

128129
# Ensure that tags like "no-remote-exec" get propagated to actions created by rules,

0 commit comments

Comments
 (0)