mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
c89cf4b332
BUG=none TEST=./tools/fmt Change-Id: Icafcb0a9fd5f84ea9d5f18e962f02046ed4ff46e Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3802636 Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org> Tested-by: Keiichi Watanabe <keiichiw@chromium.org> Reviewed-by: Dennis Kempin <denniskempin@google.com>
1.2 KiB
1.2 KiB
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 frommain.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
- Modify the
main.star
- Run
./main.star
. Then, cfg file(s) ingenerated/
are updated. - Run
lucicfg validate main.star
. This will send the config to LUCI to verify the generated config is valid.