Clone this repo:
  1. 6f12cb5 Roll recipe dependencies (trivial). by recipe-roller · 2 days ago main
  2. f1f5f16 [perf] surface the Pinpoint link to milo and gerrit by Wenbin Zhang · 2 days ago
  3. 932ad60 dawn: Always set use_siso=true GN arg by Junji Watanabe · 2 days ago
  4. c705a27 Revert "[V8] Temporarily remove resultdb wrapper" by Michael Achenbach · 2 days ago
  5. 10046d6 v8: Specify use_siso=true GN arg explicitly in node_integration_ng.py by Junji Watanabe · 3 days 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.