crosvm/infra
Dennis Kempin b360cd9fa9 infra: Add ChromeOS post-submit builder
This re-creates the Kokoro equivalent crosvm/ci/build-chromeos.sh.

It is a very inefficent builder that does a fresh checkout of
chromeos for every build.

We may want to consider using some of the chromiumos recipes
for caching the repo or sdk between builds.

BUG=b:233230344
TEST=./recipes.py test run
./recipes.py run build_chromeos

Change-Id: I5d545bae4817cae5b79c5d65901081d9b1391466
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3664842
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-05-26 22:03:51 +00:00
..
config infra: Add ChromeOS post-submit builder 2022-05-26 22:03:51 +00:00
recipe_modules/crosvm infra: Preserve container between steps 2022-05-26 17:47:46 +00:00
recipes infra: Add ChromeOS post-submit builder 2022-05-26 22:03:51 +00:00
.gitignore infra: Add recipes and example builder 2022-04-26 19:26:47 +00:00
README.md infra: Initial setup of linux pre/post-submit builders 2022-05-24 23:13:13 +00:00
README.recipes.md infra: Add ChromeOS post-submit builder 2022-05-26 22:03:51 +00:00
recipes.py infra: Add recipes and example builder 2022-04-26 19:26:47 +00:00

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.