|
|
Chromium Code Reviews
Description[PerfTry] Make it possible to ./run_benchmark try within tools/perf
This CL makes two changes to trybot_command to make it possible to run perf
try jobs without cd'ing to src/.
1. It uses tools/perf's core.path_util.GetChromiumSrcDir() to locate the bisect
config file in Chromium
2. It removes the Blink change detection functionality which is no longer
needed given the Chromium merger with Blink, but depended on a hardcoded
path.
BUG=593075
R=dpranke,aiolos,nednguyen,prasadv
Patch Set 1 #
Total comments: 1
Patch Set 2 : remove webkit changes #Messages
Total messages: 34 (14 generated)
eakuefner@chromium.org changed reviewers: + dpranke@chromium.org - dpranke@google.com
+dpranke for third_party/WebKit/Tools OWNERS Successfully submitted tryjob with this change here: https://codereview.chromium.org/1776713002
The CQ bit was checked by eakuefner@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780453002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780453002/1
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
lgtm Sorry if't hard to update the tests :-( https://codereview.chromium.org/1780453002/diff/1/tools/perf/core/trybot_comm... File tools/perf/core/trybot_command.py (right): https://codereview.chromium.org/1780453002/diff/1/tools/perf/core/trybot_comm... tools/perf/core/trybot_command.py:18: CHROMIUM_CONFIG_FILENAME = os.path.join(path_util.GetChromiumSrcDir(), 'tools', Can you rename this to CHROMIUM_TRYBOT_CONFIG_PATH
eakuefner@chromium.org changed reviewers: + qyearsley@chromium.org
+qyearsley
lgtm
I know nothing about these files. The changes look syntactically correct to me, but I defer to the others for the actual review :).
On 2016/03/08 at 22:58:41, dpranke wrote: > I know nothing about these files. The changes look syntactically correct to me, but I defer to the others for the actual review :). Dirk, I just need a stamp for the two files I'm removing in third_party/WebKit/Tools, for which you're an owner (and which bisect team probably would have had per-file owners on if those files weren't so old).
On 2016/03/09 at 18:16:03, eakuefner wrote: > On 2016/03/08 at 22:58:41, dpranke wrote: > > I know nothing about these files. The changes look syntactically correct to me, but I defer to the others for the actual review :). > > Dirk, I just need a stamp for the two files I'm removing in third_party/WebKit/Tools, for which you're an owner (and which bisect team probably would have had per-file owners on if those files weren't so old). Actually, on second thought I'll punt removing those files from this CL.
lgtm either way :)
The CQ bit was checked by eakuefner@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from dpranke@chromium.org, qyearsley@chromium.org, nednguyen@google.com Link to the patchset: https://codereview.chromium.org/1780453002/#ps20001 (title: "remove webkit changes")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1780453002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1780453002/20001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: win_chromium_x64_rel_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_x64_...)
It looks like you need to fix some trybot unittests.
The CQ bit was checked by qyearsley@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: Try jobs failed on following builders: win_chromium_rel_ng on master.tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_...)
On 2016/03/24 at 00:28:41, aiolos wrote: > It looks like you need to fix some trybot unittests. Hi Ethan, did you still want to make this change? It seemed like a good change.
Yes, I'm going to dry run this right now to give myself a fresh record of which tests need fixing.
The CQ bit was checked by eakuefner@chromium.org to run a CQ dry run
On 2016/08/23 21:34:10, qyearsley wrote: > On 2016/03/24 at 00:28:41, aiolos wrote: > > It looks like you need to fix some trybot unittests. > > Hi Ethan, did you still want to make this change? It seemed like a good change. I'm working on refactoring Perf Trybot and removing the config file dependency.
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
On 2016/08/23 at 21:37:24, prasadv wrote: > On 2016/08/23 21:34:10, qyearsley wrote: > > On 2016/03/24 at 00:28:41, aiolos wrote: > > > It looks like you need to fix some trybot unittests. > > > > Hi Ethan, did you still want to make this change? It seemed like a good change. > > I'm working on refactoring Perf Trybot and removing the config file dependency. Do you think this is okay to land, or should we just wait for your refactor?
On 2016/08/23 21:38:49, eakuefner wrote: > On 2016/08/23 at 21:37:24, prasadv wrote: > > On 2016/08/23 21:34:10, qyearsley wrote: > > > On 2016/03/24 at 00:28:41, aiolos wrote: > > > > It looks like you need to fix some trybot unittests. > > > > > > Hi Ethan, did you still want to make this change? It seemed like a good > change. > > > > I'm working on refactoring Perf Trybot and removing the config file > dependency. > > Do you think this is okay to land, or should we just wait for your refactor? I think this change might not be required.
On 2016/08/23 21:38:49, eakuefner wrote: > On 2016/08/23 at 21:37:24, prasadv wrote: > > On 2016/08/23 21:34:10, qyearsley wrote: > > > On 2016/03/24 at 00:28:41, aiolos wrote: > > > > It looks like you need to fix some trybot unittests. > > > > > > Hi Ethan, did you still want to make this change? It seemed like a good > change. > > > > I'm working on refactoring Perf Trybot and removing the config file > dependency. > > Do you think this is okay to land, or should we just wait for your refactor? After Prasad's refactor, I think we may no longer need this fix
The CQ bit was unchecked by eakuefner@chromium.org
Message was sent while issue was closed.
Okay, closed. |
