Clone this repo:
  1. 9535262 Synthetic commit for submodules by Submodules bot · 5 weeks ago main
  2. 3f1200c utr: make reused runs not idempotent by Struan Shrimpton · 5 weeks ago main-original
  3. 3498227 [chromeperf] Update recipe for pixel tangor on waterfall by Ashwin Verleker · 5 weeks ago
  4. a4a7c1d [reclient] Update test version to 0.148.0.41b09b51. by Yaowen Mei · 5 weeks ago
  5. ab0b2a7 Add unit_tests to ToT coverage bots by Prakhar · 5 weeks 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.