From 169e0fffa170ab1c1cc0099d4ce42cc5a93abae8 Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Fri, 17 Apr 2020 13:42:02 -0400 Subject: [PATCH 1/2] Enable remote cache in Windows CI Signed-off-by: Sunjay Bhatia Co-authored-by: Sunjay Bhatia Signed-off-by: William A Rowe Jr 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) From b70a9e717270c25d8442f2a31f9debc9095c223c Mon Sep 17 00:00:00 2001 From: Sunjay Bhatia Date: Fri, 17 Apr 2020 16:02:34 -0400 Subject: [PATCH 2/2] Run CI again to check remote cache makes build quicker Signed-off-by: Sunjay Bhatia