mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
dc231864fe
This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (depot_tools) into this repository.
The build that created this CL was
https://ci.chromium.org/b/8775657490156128401
depot_tools:
|
||
---|---|---|
.. | ||
generated | ||
main.star | ||
README.md | ||
recipes.cfg |
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.