crosvm/infra
Dennis Kempin 44d9ee13cd infra: Fix typo in chromeos builder
The board name is amd64-generic, not amd64_generic.

BUG=b:233913797
TEST=None

Change-Id: I11a0ba7cda84614d757d58563d49cb476c26e47f
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3680778
Commit-Queue: Dennis Kempin <denniskempin@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: kokoro <noreply+kokoro@google.com>
2022-05-31 21:21:30 +00:00
..
config infra: Fix typo in chromeos builder 2022-05-31 21:21:30 +00:00
recipe_modules/crosvm infra: Set git name/email on all builders 2022-05-28 01:04:01 +00:00
recipes infra: Fix typo in chromeos builder 2022-05-31 21:21:30 +00:00
.gitignore infra: Add recipes and example builder 2022-04-26 19:26:47 +00:00
README.md infra: Use depot_tools for repo and cros_sdk 2022-05-27 19:01:29 +00:00
README.recipes.md infra: Set git name/email on all builders 2022-05-28 01:04:01 +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.