From 2ea52b0cb95c6ebcb5d82f9454957493118239e8 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 11 Oct 2019 09:50:58 -0700 Subject: [PATCH] build: remove cache upload and download flags from build:remote config as they are redundant (#33109) PR Close #33109 --- .bazelrc | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.bazelrc b/.bazelrc index 6ab29733a2..e957895bd7 100644 --- a/.bazelrc +++ b/.bazelrc @@ -110,16 +110,10 @@ build:remote --extra_execution_platforms=//tools:rbe_ubuntu1604-angular build:remote --host_platform=//tools:rbe_ubuntu1604-angular build:remote --platforms=//tools:rbe_ubuntu1604-angular -# Remote instance. +# Remote instance and caching build:remote --remote_instance_name=projects/internal-200822/instances/default_instance build:remote --project_id=internal-200822 - -# Remote caching build:remote --remote_cache=remotebuildexecution.googleapis.com -# By default, do not accept remote cache, to be set to true for CI based on environment -build:remote --remote_accept_cached=false -# By default, do not upload local results to cache, to be set to true for CI based on environment -build:remote --remote_upload_local_results=false ############################### # NodeJS rules settings