diff options
author | 2021-04-27 17:13:00 +0100 | |
---|---|---|
committer | 2021-04-27 17:58:37 +0000 | |
commit | c182a17abb1857b6edaa7fb1fcda00595051775d (patch) | |
tree | 389cf58c13045f6a649c0c8e07b36dfa28daf7f3 | |
parent | cb3f8e3785e91fb1c021b683312423e287bea242 (diff) |
Create persistent named cache directory in LUCI.
The existence of this directory has no effect on its own.
The second step will be to use it for builds on LUCI.
Bug: 142039427
Change-Id: Ie8f60b3e5cd6cb4c21c2a39967f903481783ec66
-rw-r--r-- | tools/luci/config/cr-buildbucket.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tools/luci/config/cr-buildbucket.cfg b/tools/luci/config/cr-buildbucket.cfg index ef8a3308a2..3d873f99a5 100644 --- a/tools/luci/config/cr-buildbucket.cfg +++ b/tools/luci/config/cr-buildbucket.cfg @@ -47,6 +47,12 @@ buckets { name: "art" properties: "builder_group:client.art" } + # Directory called "art" that persists from build to build (one per bot). + # We can checkout and build in this directory to get fast incremental builds. + caches { + name: "art" + path: "art" + } } builders { |