tree: 021ad068cbfc5f1d783f0ae873559c823bf798ed [path history] [tgz]
  1. generated/
  2. main.star
  3. README.md
  4. recipes.cfg
infra/config/README.md

LUCI config

This directory contains LUCI configuration.

Directory structure

  • 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.

Making changes

  1. Modify the main.star
  2. Run ./main.star. Then, cfg file(s) in generated/ are updated.
  3. Run lucicfg validate main.star. This will send the config to LUCI to verify the generated config is valid.