Clone this repo:
  1. 95285477 Set cwd context when collecting runtime deps by Victor Liu · 2 hours ago main
  2. c806aed Roll recipe dependencies (trivial). by recipe-roller · 5 hours ago
  3. 6a41298 Refactor chromium_swarming.gtest_task to remove **kwargs. by Jeffrey Yu · 5 hours ago
  4. f9d01f1 Roll recipe dependencies (trivial). by recipe-roller · 6 hours ago
  5. afa638a Roll recipe dependencies (trivial). by recipe-roller · 8 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.