crosvm/infra/config
Zihan Chen 462d4c799c infra: Fix recipe name
BUG=b:240692674
TESTED=no test, led missed this in the last cl

Change-Id: I725083b7d8b62eef5c411acb7113fd5f18059410
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3984414
Auto-Submit: Zihan Chen <zihanchen@google.com>
Reviewed-by: Dennis Kempin <denniskempin@google.com>
Commit-Queue: Dennis Kempin <denniskempin@google.com>
2022-10-27 02:19:48 +00:00
..
generated infra: Fix recipe name 2022-10-27 02:19:48 +00:00
main.star infra: Fix recipe name 2022-10-27 02:19:48 +00:00
README.md infra: Add README about /config 2022-08-16 14:23:53 +00:00
recipes.cfg Roll recipe dependencies (trivial). 2022-10-26 17:57:22 +00:00

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.