Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(849)

Issue 461043003: Implement --browser=<perf trybot> (Closed)

Created:
6 years, 4 months ago by sullivan
Modified:
6 years, 4 months ago
Reviewers:
dtu, tonyg
CC:
chromium-reviews, telemetry+watch_chromium.org, Satyanarayana N H Manyam, chrishenry
Project:
chromium
Visibility:
Public.

Description

Implement --browser=<perf trybot> BUG=401180 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291246

Patch Set 1 #

Total comments: 34

Patch Set 2 : Addressed review comments #

Patch Set 3 : Added some unit tests #

Patch Set 4 : I think we want bisect_mode: return_code #

Patch Set 5 : Finished unit tests #

Patch Set 6 : Merged with dependent CLS #

Total comments: 3

Patch Set 7 : Get rid of http requests when not using browser=list or browser=trybot #

Patch Set 8 : Passed finder_options into FindAllBrowserTypes() so that it only lists if browser=list or browser=t… #

Total comments: 1

Patch Set 9 : Fixed bisect config file location, style issues #

Patch Set 10 : removed printf #

Patch Set 11 : Changed patch title to something that passes presubmit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+453 lines, -15 lines) Patch
M tools/telemetry/telemetry/core/backends/chrome/android_browser_finder.py View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/cros_browser_finder.py View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/desktop_browser_finder.py View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/chrome/ios_browser_finder.py View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
A + tools/telemetry/telemetry/core/backends/remote/__init__.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +210 lines, -0 lines 0 comments Download
A tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder_unittest.py View 1 2 3 4 5 6 7 8 9 10 1 chunk +208 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/core/backends/webdriver/webdriver_desktop_browser_finder.py View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M tools/telemetry/telemetry/core/browser_finder.py View 1 2 3 4 5 6 7 5 chunks +7 lines, -6 lines 0 comments Download
M tools/telemetry/telemetry/core/browser_options.py View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M tools/telemetry/telemetry/core/possible_browser.py View 1 chunk +9 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/page/page_runner.py View 1 2 3 4 5 6 1 chunk +4 lines, -0 lines 0 comments Download
M tools/telemetry/telemetry/unittest/system_stub.py View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 25 (0 generated)
sullivan
This isn't ready for full review yet. I still need to write tests. But first ...
6 years, 4 months ago (2014-08-12 19:27:38 UTC) #1
tonyg
This is awesome! Just some ntis. https://codereview.chromium.org/461043003/diff/1/tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py File tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py (right): https://codereview.chromium.org/461043003/diff/1/tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py#newcode17 tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py:17: CONFIG = """config ...
6 years, 4 months ago (2014-08-12 20:10:46 UTC) #2
sullivan
I still haven't written the unit tests--wanted to double-check that the way I'm calling git ...
6 years, 4 months ago (2014-08-12 21:52:47 UTC) #3
sullivan
I started writing unit tests, posted WIP for feedback. Still have a few questions: 1) ...
6 years, 4 months ago (2014-08-13 19:05:56 UTC) #4
sullivan
https://codereview.chromium.org/461043003/diff/1/tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py File tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py (right): https://codereview.chromium.org/461043003/diff/1/tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py#newcode34 tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py:34: CONFIG_FILENAME = 'tools/run-bisect-perf-regression.cfg' On 2014/08/12 21:52:45, sullivan wrote: > ...
6 years, 4 months ago (2014-08-13 19:09:14 UTC) #5
sullivan
This is ready for review. It will require a merge with https://codereview.chromium.org/472913002/
6 years, 4 months ago (2014-08-14 19:49:37 UTC) #6
sullivan
All the dependent CLs for this are committed and merged, but I have one problem, ...
6 years, 4 months ago (2014-08-15 14:58:37 UTC) #7
tonyg
lgtm Dave, would you like to take a pass too? https://codereview.chromium.org/461043003/diff/100001/tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py File tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py (right): https://codereview.chromium.org/461043003/diff/100001/tools/telemetry/telemetry/core/backends/remote/trybot_browser_finder.py#newcode48 ...
6 years, 4 months ago (2014-08-15 20:56:44 UTC) #8
sullivan
I still feel like there should be a better way to do the monkey-patch in ...
6 years, 4 months ago (2014-08-15 21:03:20 UTC) #9
dtu
On 2014/08/15 21:03:20, sullivan wrote: > I still feel like there should be a better ...
6 years, 4 months ago (2014-08-20 20:47:55 UTC) #10
sullivan
On 2014/08/20 20:47:55, dtu wrote: > On 2014/08/15 21:03:20, sullivan wrote: > > I still ...
6 years, 4 months ago (2014-08-20 20:52:46 UTC) #11
chromium-reviews
Have you considered having a --trybot flag instead of shoehorning this into --browser? Chris~ On ...
6 years, 4 months ago (2014-08-20 21:06:34 UTC) #12
sullivan
On 2014/08/20 21:06:34, chromium-reviews wrote: > Have you considered having a --trybot flag instead of ...
6 years, 4 months ago (2014-08-20 21:18:41 UTC) #13
tonyg
On 2014/08/20 21:18:41, sullivan wrote: > On 2014/08/20 21:06:34, chromium-reviews wrote: > > Have you ...
6 years, 4 months ago (2014-08-20 21:24:52 UTC) #14
sullivan
On 2014/08/20 21:24:52, tonyg wrote: > On 2014/08/20 21:18:41, sullivan wrote: > > On 2014/08/20 ...
6 years, 4 months ago (2014-08-21 14:53:47 UTC) #15
sullivan
On 2014/08/21 14:53:47, sullivan wrote: > On 2014/08/20 21:24:52, tonyg wrote: > > On 2014/08/20 ...
6 years, 4 months ago (2014-08-21 16:32:41 UTC) #16
tonyg
lgtm https://codereview.chromium.org/461043003/diff/140001/tools/telemetry/telemetry/core/backends/chrome/desktop_browser_finder.py File tools/telemetry/telemetry/core/backends/chrome/desktop_browser_finder.py (right): https://codereview.chromium.org/461043003/diff/140001/tools/telemetry/telemetry/core/backends/chrome/desktop_browser_finder.py#newcode91 tools/telemetry/telemetry/core/backends/chrome/desktop_browser_finder.py:91: # pylint: disable=W0613 Rather than disable the lint ...
6 years, 4 months ago (2014-08-21 16:37:44 UTC) #17
sullivan
The CQ bit was checked by sullivan@chromium.org
6 years, 4 months ago (2014-08-21 18:01:00 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sullivan@chromium.org/461043003/180001
6 years, 4 months ago (2014-08-21 18:01:41 UTC) #19
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: chromium_presubmit on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-21 19:58:44 UTC) #20
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-21 20:01:37 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/5841)
6 years, 4 months ago (2014-08-21 20:01:38 UTC) #22
sullivan
The CQ bit was checked by sullivan@chromium.org
6 years, 4 months ago (2014-08-21 21:50:50 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/sullivan@chromium.org/461043003/160002
6 years, 4 months ago (2014-08-21 21:54:36 UTC) #24
commit-bot: I haz the power
6 years, 4 months ago (2014-08-21 23:38:23 UTC) #25
Message was sent while issue was closed.
Committed patchset #11 (160002) as 291246

Powered by Google App Engine
This is Rietveld 408576698