[pinpoint] Ignore comparison_magnitude == 'None' for reruns.

Perf dashboard has been sending jobs with comparison_magnitude == 'None'
(The string containing 'None'.) This is no longer permitted in the API.
This is a workaround that lets us re-run jobs with the invalid argument.

Bug: chromium:873331
Change-Id: I69ae79ec6317f86e9411f519856b294741d0115d
Reviewed-on: https://chromium-review.googlesource.com/1171793
Reviewed-by: Annie Sullivan <sullivan@chromium.org>
Commit-Queue: David Tu <dtu@chromium.org>
1 file changed
tree: 1e04c00b83bce8e6c5a313051f6bd6ddf05210a6
  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. .gitignore
  22. .vpython
  23. AUTHORS
  24. codereview.settings
  25. CONTRIBUTING.md
  26. LICENSE
  27. navbar.md
  28. OWNERS
  29. PRESUBMIT.py
  30. pylintrc
  31. README.md
  32. 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

Current build status