Revert "[PGO] Use the new Telemetry clean shutdown option"

This reverts commit 02946f69a98bf9cf25541ceb896878d76da91d38.

Reason for revert: Blind shot, checking if it fixes some issues on the PGO profile bots...

Original change's description:
> [PGO] Use the new Telemetry clean shutdown option
> 
> This replaces the "CHROME_SHUTDOWN_TIMEOUT" option that had been
> introduced recently, it help ensuring that we get a clean shutdown on
> all platforms. This option has been added in
> https://chromium-review.googlesource.com/c/catapult/+/2411983
> 
> Bug: 1124774
> Change-Id: I376901f6c51dde331b4fac2472247c28c363d7ed
> Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2414019
> Reviewed-by: Yuke Liao <liaoyuke@chromium.org>
> Commit-Queue: Yuke Liao <liaoyuke@chromium.org>
> Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org>
> Auto-Submit: Sébastien Marchand <sebmarchand@chromium.org>

TBR=sebmarchand@chromium.org,liaoyuke@chromium.org,infra-scoped@luci-project-accounts.iam.gserviceaccount.com

# Not skipping CQ checks because original CL landed > 1 day ago.

Bug: 1124774
Change-Id: I7401dd73a9b3e2fb81d8bc4a073056a2404a3bee
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/build/+/2416993
Reviewed-by: Sébastien Marchand <sebmarchand@chromium.org>
Reviewed-by: Yuke Liao <liaoyuke@chromium.org>
Commit-Queue: Sébastien Marchand <sebmarchand@chromium.org>
1 file changed
tree: 5fb5415fd8c5b8a0a0f4fafc73f15b214aa2d32b
  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.