[Benchmarking] Added the data processor builder in recipe module for two Mac tester on perf

Added builders for data processors mac-10_12_laptop_low_end-processor-perf and mac-10_13_laptop_high_end-processor-perf in recipe module.

These builders use the chromium_speed_processor recipe, and it is triggered by mac-10_12_laptop_low_end-perf and mac-10_13_laptop_high_end-perf respectively.

Bug: chromium:1045256
Change-Id: Ia293e09bac7cdcfd80035bf4c49e0ff874e2fd83
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2228392
Auto-Submit: Wenbin Zhang <wenbinzhang@google.com>
Reviewed-by: Stephen Martinis <martiniss@chromium.org>
Commit-Queue: Stephen Martinis <martiniss@chromium.org>
1 file changed
tree: 7876263b3fb9b05e4f926f4cf86757df4f92ede0
  1. infra/
  2. scripts/
  3. site_config/
  4. third_party/
  5. .gitattributes
  6. .gitignore
  7. .style.yapf
  8. .vpython
  9. .yapfignore
  10. codereview.settings
  11. CROS_OWNERS
  12. DEPS
  13. environment.cfg.py
  14. LICENSE
  15. OWNERS
  16. PRESUBMIT.py
  17. README.md
  18. WATCHLISTS
README.md

Recipes

If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*), please take a look at the README for more information pertaining to recipes.

Style

The preferred style is PEP8 with two-space indent; that is, the Chromium Python style. Functions use lowercase_with_underscores, with the exception of the special functions RunSteps and RunTests in recipes. Use yapf (git cl format) to autoformat new code.