crosvm/infra/config
recipe-roller 948a151bc7 Roll recipe dependencies (trivial).
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/8799237237650838177

depot_tools:
1b7204d841
  1b7204d (rgw@google.com)
      Update Presubmit to python3

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=denniskempin@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I77838c67946a5fffdbbd106c245acdc1b352e09b
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3981974
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
2022-10-26 13:37:32 +00:00
..
generated Enable mingw64 builders on CQ, disable coverage. 2022-10-20 20:04:38 +00:00
main.star Enable mingw64 builders on CQ, disable coverage. 2022-10-20 20:04:38 +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 13:37:32 +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.