Clone this repo:
  1. 1b00ae5 Revert "siso: Change the condition of siso.without_bytes" by Bailey Myers-Morgan · 25 minutes ago main
  2. ae0a67c Remove legacy Linux/TSan builders by Brian Sheedy · 34 minutes ago
  3. 82b4a73 Roll recipe dependencies (trivial). by recipe-roller · 80 minutes ago
  4. b26b603 Exclude test code from fuzzer coverage. by Jon Toohill · 2 hours ago
  5. 77b4990 Verify cloud binaries are up-to-date in webpagereplay CQ by Victor Hugo Vianna Silva · 11 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.