build: remove cache upload and download flags from build:remote config as they are redundant (#33109)

PR Close #33109
This commit is contained in:
Joey Perrott 2019-10-11 09:50:58 -07:00 committed by Matias Niemelä
parent 931739ac73
commit 2ea52b0cb9
1 changed files with 1 additions and 7 deletions

View File

@ -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