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
diff --git a/tools/luci/config/cr-buildbucket.cfg b/tools/luci/config/cr-buildbucket.cfg
index ef8a330..3d873f9 100644
--- a/tools/luci/config/cr-buildbucket.cfg
+++ b/tools/luci/config/cr-buildbucket.cfg
@@ -47,6 +47,12 @@
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 {