mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
cb99b70b1d
The builder calls ./tools/health-check for fmt/clippy/python checks. BUG=b:233913455 TEST=recipes.py run health_check Change-Id: Ia4b8298ef921b33a687d4e64956fc1f017649e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3668814 Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> |
||
---|---|---|
.. | ||
config | ||
recipe_modules/crosvm | ||
recipes | ||
.gitignore | ||
README.md | ||
README.recipes.md | ||
recipes.py |
WIP Luci Infrastructure
This directory contains the configuration and build recipes run by our luci infrastructure for CI and presubmit testing. This is currently a work in progress.
See Kokoro configs for the actively used presubmit system.
Note: Luci applies config and recipes changes asynchronously. Do not submit changes to this directory in the same commit as changes to other crosvm source.
Recipe Documentation
A few links to relevant documentation needed to write recipes:
Luci also provides a User Guide and Walkthrough for getting started with recipes.