New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 593075 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner:
Last visit > 30 days ago
Closed: Jul 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug



Sign in to add a comment

third_party/WebKit path is hardcoded in trybot_command.py

Project Member Reported by eakuefner@chromium.org, Mar 8 2016

Issue description

Traceback (most recent call last):
  <module> at tools/perf/run_benchmark:22
    sys.exit(main())
  main at tools/perf/run_benchmark:19
    return benchmark_runner.main(config, [trybot_command.Trybot])
  main at third_party/catapult/telemetry/telemetry/benchmark_runner.py:419
    return command_instance.Run(options, args)
  Run at tools/perf/core/trybot_command.py:203
    os.chdir('third_party/WebKit/')
OSError: [Errno 2] No such file or directory: 'third_party/WebKit/'

 
Summary: third_party/WebKit path is hardcoded in trybot_command.py (was: third_party/WebKit path is hardcoded in )
Cc: sullivan@chromium.org
Core bug here is actually that trybot_command checks for Blink changes at all, which is functionality that we should be able to safely remove now that the Blink merge is well behind us.
Agreed this functionality should be removed.

prasadv: we just talked about v8 perf tryjobs; would it need something like this to run from telemetry?
Yes, I think so. I'm looking into it.
Labels: triaged
Ethan, the change will be to remove this branch, right? https://code.google.com/p/chromium/codesearch#chromium/src/tools/perf/core/trybot_command.py&l=222


Ethan, I think the change https://codereview.chromium.org/1780453002 didn't land yet?
That's correct; last time I tried to land it the tree was closed and it just slipped through. I'll make one last modification and tick the box today.
Components: Speed>Bisection
Status: WontFix (was: Started)

Sign in to add a comment