This directory contains LUCI configuration.
main.star
: The high-level LUCI configuration given as a Starlark script. By processing this file with lucicfg, low-level *.cfg will be generated under ./generated/
.generated/
: The directory containing *.cfg generated from main.star
.recipes.cfg
: The file defining the dependencies for our recipes such as modules. Whenever those dependencies are updated the Recipe Roller bot will update this file with the latest revision hashes.main.star
./main.star
. Then, cfg file(s) in generated/
are updated.lucicfg validate main.star
. This will send the config to LUCI to verify the generated config is valid.