Revert "Update pinpoint deployment"

This reverts commit 5a9469b58c1c9108b0f928b359e29a8b73073c8a.

Reason for revert: Pinpoint jobs failing with "Invalid isoformat string" error

Original change's description:
> Update pinpoint deployment
>
> Deploy pinpoint service to include
> https://chromium-review.googlesource.com/c/catapult/+/7138385
> (Don't pass '-d' flag to gtest benchmark).
>
> Change-Id: Id599377e14652c9aa39662b64e56582c2883f0aa
> Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/7139820
> Reviewed-by: Farid (Mojtaba) Faridzad <faridzad@google.com>
> Commit-Queue: John Chen <johnchen@chromium.org>

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Change-Id: Ieb989eeed434f6c4916b785827e160607b75cb6b
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/7141045
Auto-Submit: John Chen <johnchen@chromium.org>
Reviewed-by: Farid (Mojtaba) Faridzad <faridzad@google.com>
Commit-Queue: Farid (Mojtaba) Faridzad <faridzad@google.com>
1 file changed
tree: fe7204f9d8f25da8fa397890d35651ccd572ea89
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. hooks/
  10. infra/
  11. netlog_viewer/
  12. perf_issue_service/
  13. skia_bridge/
  14. systrace/
  15. telemetry/
  16. third_party/
  17. trace_processor/
  18. tracing/
  19. web_page_replay_go/
  20. .eslintignore
  21. .eslintrc
  22. .gcloudignore
  23. .gitignore
  24. .style.yapf
  25. .vpython3
  26. .yapfignore
  27. AUTHORS
  28. BUILD.gn
  29. codereview.settings
  30. CONTRIBUTING.md
  31. DIR_METADATA
  32. generate_telemetry_build.py
  33. LICENSE
  34. navbar.md
  35. OWNERS
  36. PRESUBMIT.py
  37. pylintrc
  38. README.md
  39. WATCHLISTS
README.md

Catapult

Catapult is the home for several performance tools that span from gathering, displaying and analyzing performance data. This includes:

These tools were created by Chromium developers for performance analysis, testing, and monitoring of Chrome, but they can also be used for analyzing and monitoring websites, and eventually Android apps.

Contributing

Please see our contributor's guide