Clone this repo:
  1. 5120c07 Roll recipe dependencies (trivial). by recipe-roller · 68 minutes ago main
  2. 0891c16 Roll recipe dependencies (trivial). by recipe-roller · 3 hours ago
  3. 4c83057 Roll recipe dependencies (trivial). by recipe-roller · 5 hours ago
  4. 853f03b Add recipe-support for setting wait_for_capacity=True on swarming tests by Ben Pastene · 10 hours ago
  5. 8fd3214 Codesearch: Fix a vname for infra_internal. by Marc Jin · 18 hours ago

Recipes

If you're here to make a change to ‘recipes’ (the code located in the recipes directory), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format --no-clang-format) to autoformat new code.