From 484aca1d1f2645a413e4e985c0ccc76f7ae167ad Mon Sep 17 00:00:00 2001 From: Corentin Wallez Date: Tue, 4 Sep 2018 11:40:03 +0200 Subject: [PATCH] cr-buildbucket.cfg: Add cache for win_toolchain Change-Id: I80de1062b3fc2a9649a123adc8374cc350db5ac4 --- infra/config/global/cr-buildbucket.cfg | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/infra/config/global/cr-buildbucket.cfg b/infra/config/global/cr-buildbucket.cfg index 5846e13057..b1f4d75c7d 100644 --- a/infra/config/global/cr-buildbucket.cfg +++ b/infra/config/global/cr-buildbucket.cfg @@ -91,6 +91,10 @@ buckets { name: "dawn" } service_account: "dawn-ci-builder@chops-service-accounts.iam.gserviceaccount.com" + caches { + path: "win_toolchain" + name: "win_toolchain" + } } # Linux: test combinations of {clang}x{release,debug}x{x86,x64} @@ -198,6 +202,10 @@ buckets: { properties_j: "$depot_tools/bot_update:{\"apply_patch_on_gclient\":true}" } service_account: "dawn-try-builder@chops-service-accounts.iam.gserviceaccount.com" + caches { + path: "win_toolchain" + name: "win_toolchain" + } } # A subset of the CI configurations are used for the CQ. We still mirror