Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
google
GitHub Repository: google/crosvm
Path: blob/main/infra/config/README.md
5392 views

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.