Clone this repo:
  1. 702d632 Roll recipe dependencies (trivial). by recipe-roller · 4 hours ago main
  2. 6ff12dd Roll recipe dependencies (trivial). by recipe-roller · 5 hours ago
  3. 2b40267 [rr]: Override symbol level to 2 for test launcher builder by Jie Sheng · 5 hours ago
  4. d2e6082 Roll recipe dependencies (trivial). by recipe-roller · 8 hours ago
  5. 9f094b4 utr: Disable resultdb for tests that run locally by Ben Pastene · 9 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.