Clone this repo:
  1. a2deba5 Revert "[devtools] Fix 6 bugs in test runner pipeline and remove deprecated features" by Alex Rudenko · 64 minutes ago main
  2. 6f84653 [V8] Harden docker access in test_tools by Michael Achenbach · 2 hours ago
  3. 4cd60ee Roll recipe dependencies (trivial). by recipe-roller · 2 hours ago
  4. 7fc5980 [devtools] Fix 6 bugs in test runner pipeline and remove deprecated features by Alex Rudenko · 2 hours ago
  5. 8801179 Roll recipe dependencies (trivial). by recipe-roller · 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.