From 59b7e037a8702e1b5da477f1ec5f98138d8723cf Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Fri, 17 Apr 2020 20:54:11 -0400 Subject: [PATCH] ci: Enable remote cache in Windows CI (#10831) Signed-off-by: Sunjay Bhatia Co-authored-by: William A Rowe Jr --- .azure-pipelines/pipelines.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.azure-pipelines/pipelines.yml b/.azure-pipelines/pipelines.yml index ddda20ece981..b7d2f94d3206 100644 --- a/.azure-pipelines/pipelines.yml +++ b/.azure-pipelines/pipelines.yml @@ -143,3 +143,6 @@ jobs: TMPDIR: $(Agent.TempDirectory) BAZEL_VC: "C:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Enterprise\\VC" BAZEL_SH: "C:\\Program Files\\Git\\bin\\bash.exe" + BAZEL_REMOTE_CACHE: grpcs://remotebuildexecution.googleapis.com + BAZEL_REMOTE_INSTANCE: projects/envoy-ci/instances/default_instance + GCP_SERVICE_ACCOUNT_KEY: $(GcpServiceAccountKey)