Clone this repo:
  1. ac4bdaa Roll recipe dependencies (trivial). by recipe-roller · 2 hours ago main
  2. 1c88098 [owners] Remove jiaxindong@google.com from recipes/recipe_modules/perf_dashboard/OWNERS by swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com · 4 hours ago
  3. bf35b20 Modifies version selection to wait by Diego Becerra Merodio · 23 hours ago
  4. 1b00ae5 Revert "siso: Change the condition of siso.without_bytes" by Bailey Myers-Morgan · 24 hours ago
  5. ae0a67c Remove legacy Linux/TSan builders by Brian Sheedy · 24 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.