Clone this repo:
  1. 51f475a Roll recipe dependencies (trivial). by recipe-roller · 6 hours ago main
  2. 1deb33d Roll recipe dependencies (trivial). by recipe-roller · 6 hours ago
  3. 91a8e64 Roll recipe dependencies (trivial). by recipe-roller · 10 hours ago
  4. baaae9e [perf] add attempt count for perf on cq try jobs by Wenbin Zhang · 10 hours ago
  5. e3f4a9a Roll recipe dependencies (trivial). by recipe-roller · 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.