mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 10:32:10 +00:00
80ab41495d
It was missing a --packages flag. BUG=b:233913797 TEST=https://ci.chromium.org/swarming/task/5b3579040ba79210?server=chromium-swarm.appspot.com Change-Id: I52bec26d596fb009ed4b3d8343851cedfa9fb5dd Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3682198 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: Dennis Kempin <denniskempin@google.com> |
||
---|---|---|
.. | ||
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.