Removes expectations_file named argument from constructor of ProjectConfig

This CL is part of the effort to rename the expectations_file argument
of the telemetry.project_config.ProjectConfig constructor. In a previous
CL we removed the use of the expectations_file argument in
tools.perf.chrome_telemetry_build.ChromiumConfig constructor. In this
CL we will remove the argument from the ProjectConfig's classes constructor.

R=nednguyen@google.com

Bug: chromium:835690
Change-Id: I42a454228c8574f8a7700cc2e576b524727a7a23
Reviewed-on: https://chromium-review.googlesource.com/c/1394810
Reviewed-by: Juan Antonio Navarro PĂ©rez <perezju@chromium.org>
Reviewed-by: Ned Nguyen <nednguyen@google.com>
Reviewed-by: Dirk Pranke <dpranke@chromium.org>
Commit-Queue: Rakib Hasan <rmhasan@google.com>
1 file changed
tree: 49537dc7857f2124ee6305b7685d5603e7c5b711
  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. BUILD.gn
  25. codereview.settings
  26. CONTRIBUTING.md
  27. generate_telemetry_build.py
  28. LICENSE
  29. navbar.md
  30. OWNERS
  31. PRESUBMIT.py
  32. pylintrc
  33. README.md
  34. 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