Clone this repo:
  1. 1b7a0a7 Roll recipe dependencies (trivial). by recipe-roller · 8 hours ago main
  2. 6bbcd27 Update turboci proto update script. by Haiyang Pan · 9 hours ago
  3. ac4bdaa Roll recipe dependencies (trivial). by recipe-roller · 14 hours ago
  4. 1c88098 [owners] Remove jiaxindong@google.com from recipes/recipe_modules/perf_dashboard/OWNERS by swarming-tasks@owners-cleanup-prod.google.com.iam.gserviceaccount.com · 16 hours ago
  5. bf35b20 Modifies version selection to wait by Diego Becerra Merodio · 36 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.