Revert "[Pinpoint] Scheduler checks if job cancelled"

This reverts commit 4dd11e9f540e827b7dde18bc5fe595cb26f50b4b.

Reason for revert: Chromeperf says builds are failing

Original change's description:
> [Pinpoint] Scheduler checks if job cancelled
>
> Scheduler performs an additional check to see if user manually
> canceled job. Additional check necessary due to race condition.
>
> Bug: chromium:1236759
> Change-Id: Ib1730cb6a5f1254d99e2bbe52a9a57e25a5f77ee
> Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/3262036
> Reviewed-by: John Chen <johnchen@chromium.org>
> Reviewed-by: Ryan Heise <heiserya@google.com>
> Commit-Queue: Leina Sun <sunxiaodi@google.com>

Bug: chromium:1236759
Change-Id: I62a26d9e4d20101fd39e12cbde59ad4bfe195252
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Reviewed-on: https://chromium-review.googlesource.com/c/catapult/+/3285443
Reviewed-by: John Chen <johnchen@chromium.org>
Commit-Queue: John Chen <johnchen@chromium.org>
3 files changed
tree: b31979d41d33688e1b906d06fba14b072d09bf13
  1. bin/
  2. catapult_build/
  3. common/
  4. dashboard/
  5. dependency_manager/
  6. devil/
  7. docs/
  8. experimental/
  9. firefighter/
  10. hooks/
  11. infra/
  12. netlog_viewer/
  13. systrace/
  14. telemetry/
  15. third_party/
  16. trace_processor/
  17. tracing/
  18. web_page_replay_go/
  19. .eslintignore
  20. .eslintrc
  21. .gcloudignore
  22. .gitignore
  23. .vpython
  24. .vpython3
  25. AUTHORS
  26. BUILD.gn
  27. codereview.settings
  28. CONTRIBUTING.md
  29. DIR_METADATA
  30. generate_telemetry_build.py
  31. LICENSE
  32. navbar.md
  33. OWNERS
  34. PRESUBMIT.py
  35. pylintrc
  36. README.md
  37. 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