Clone this repo:
  1. d91d5ec autosharder: Add a test recipe to verify shardings by Struan Shrimpton · 36 minutes ago main
  2. 84027ea Roll recipe dependencies (trivial). by recipe-roller · 60 minutes ago
  3. 63c16c0 [V8] Add SISO compile guard by Michael Achenbach · 2 hours ago
  4. 63cbe6b [devtools] Add new test runner by Liviu Rau · 2 hours ago
  5. 8311884 autosharder: Move sharding info and calc into the sharding class by Struan Shrimpton · 3 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.