From e128d8703092cbe58f3a6ea4408aa1b2a6fc2e38 Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Thu, 21 Nov 2019 11:42:07 -0800 Subject: [PATCH] ci: set up window CI to use remote http caching (#33970) PR Close #33970 --- .circleci/bazel.windows.rc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/bazel.windows.rc b/.circleci/bazel.windows.rc index 803ccfc83f..eee8e7e791 100644 --- a/.circleci/bazel.windows.rc +++ b/.circleci/bazel.windows.rc @@ -11,4 +11,7 @@ import %workspace%/.circleci/bazel.common.rc build --repository_cache=C:/Users/circleci/bazel_repository_cache # All windows jobs run on master and should use http caching -build --config=remote-http-caching +build --remote_http_cache=https://storage.googleapis.com/angular-team-cache +build --remote_accept_cached=true +build --remote_upload_local_results=true +build --google_default_credentials