catapult-project / catapult

Deprecated Catapult GitHub. Please instead use http://crbug.com "Speed>Benchmarks" component for bugs and https://chromium.googlesource.com/catapult for downloading and editing source code..
https://chromium.googlesource.com/catapult
BSD 3-Clause "New" or "Revised" License
1.93k stars 563 forks source link

Error starting try job with catapult change. #3660

Open perezju opened 7 years ago

perezju commented 7 years ago

I created a CL on the catapult repo. I want to run a try job on it, but it fails with an error:

$ tools/perf/run_benchmark try android-nexus5 system_health.memory_mobile --repo_path=third_party/catapult --story-filter browse:chrome:omnibox --pageset-repeat=100
(WARNING) 2017-06-21 14:57:14,022 trybot_command.IsBenchmarkDisabledOnTrybotPlatform:338  Benchmark system_health.memory_mobile has ShouldDisable() method defined. If your trybot run does not produce any results, it is possible that the benchmark is disabled on the target trybot platform.
(ERROR) Perf Try Job: Failed to get branch.extend_dump_wait_time.remote from git config. 

The current working directory is the root of my chromium checkout.

@simonhatch @anniesullie

simonhatch commented 7 years ago

So to repro, just make a change in catapult, upload, try to run on perfbot?

perezju commented 7 years ago

Yup, that should be it.