Revert "When a builder is triggered by pinpoint, don't run the tester."

This reverts commit 9f4bbfd0084221ded613071d3e0c3dea49de24cd.

Reason for revert: pinpoint_job_id is in the buildbucket tags instead of the properties.

Original change's description:
> When a builder is triggered by pinpoint, don't run the tester.
>
> Bug: webrtc:12049
> Change-Id: Ibb30c04d3ef8704c5ab8604d801b145c369c68b3
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2479002
> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
> Commit-Queue: Jeremy Leconte <jleconte@google.com>

TBR=mbonadei@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com,jleconte@google.com

Change-Id: I74a8e363548b86405578bc4c901ed4b27b4a31a7
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: webrtc:12049
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2480742
Commit-Queue: Mirko Bonadei <mbonadei@chromium.org>
Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
9 files changed
tree: 215ef011d78532adb76d9a1764e5a5c71ea9b68d
  1. infra/
  2. recipes/
  3. scripts/
  4. site_config/
  5. third_party/
  6. .gitattributes
  7. .gitignore
  8. .style.yapf
  9. .vpython
  10. .yapfignore
  11. codereview.settings
  12. CROS_OWNERS
  13. DEPS
  14. environment.cfg.py
  15. LICENSE
  16. OWNERS
  17. PRESUBMIT.py
  18. README.md
  19. 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 --no-clang-format) to autoformat new code.