tree: 3763cb68dbfaf06ecc082e42173ab139701dfaed [path history] [tgz]
  1. config/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. README.md
  6. README.recipes.md
  7. recipes.py
infra/README.md

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.