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

Issue 12261026: Added separate checkout and config file generation to bisect script (Closed)

Created:
7 years, 10 months ago by shatch
Modified:
7 years, 10 months ago
CC:
chromium-reviews, cmp
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Added separate checkout and config file generation to bisect script. BUG= NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=183827

Patch Set 1 #

Total comments: 16

Patch Set 2 : Changes from review. #

Patch Set 3 : Misc fixes and changes. #

Total comments: 10

Patch Set 4 : Changes from review. #

Patch Set 5 : Missed a comment. #

Patch Set 6 : Changes from review. #

Total comments: 18

Patch Set 7 : Changes from review. #

Patch Set 8 : Changes from review. #

Total comments: 3

Patch Set 9 : Changes from review. #

Patch Set 10 : Forgot this. #

Patch Set 11 : Removed files. #

Patch Set 12 : Moved files. #

Total comments: 4

Patch Set 13 : Changes from review. #

Total comments: 6

Patch Set 14 : Changes from review. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+317 lines, -12 lines) Patch
A tools/PRESUBMIT.py View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +48 lines, -0 lines 0 comments Download
M tools/bisect-perf-regression.py View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +128 lines, -12 lines 0 comments Download
A tools/run-bisect-perf-regression.cfg View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +41 lines, -0 lines 0 comments Download
A tools/run-bisect-perf-regression.py View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +100 lines, -0 lines 0 comments Download

Messages

Total messages: 20 (0 generated)
shatch
Wasn't quite sure where to put these files.
7 years, 10 months ago (2013-02-13 23:19:50 UTC) #1
tonyg
I'm not totally sure where these files should live, but I'm leaning towards tools/ so ...
7 years, 10 months ago (2013-02-14 01:03:43 UTC) #2
shatch
New snapshot uploaded. Also added a PRESUBMIT.py. https://codereview.chromium.org/12261026/diff/1/build/util/run-bisect-perf-regression.cfg File build/util/run-bisect-perf-regression.cfg (right): https://codereview.chromium.org/12261026/diff/1/build/util/run-bisect-perf-regression.cfg#newcode7 build/util/run-bisect-perf-regression.cfg:7: This script ...
7 years, 10 months ago (2013-02-14 23:00:34 UTC) #3
tonyg
I'm pretty sure tools/ would be a better location than build/. If you take a ...
7 years, 10 months ago (2013-02-14 23:30:06 UTC) #4
shatch
New snapshot uploaded. Yeah I can definitely move these, just submitted it to the same ...
7 years, 10 months ago (2013-02-14 23:59:46 UTC) #5
tonyg
> https://codereview.chromium.org/12261026/diff/9001/build/util/PRESUBMIT.py#newcode21 > build/util/PRESUBMIT.py:21: valid_keys = ['command', 'good_revision', > 'bad_revision', 'metric'] > On 2013/02/14 23:30:06, ...
7 years, 10 months ago (2013-02-15 23:41:41 UTC) #6
shatch
New snapshot uploaded. Added Mike's suggestions as well.
7 years, 10 months ago (2013-02-16 01:52:05 UTC) #7
tonyg
https://codereview.chromium.org/12261026/diff/13001/build/util/run-bisect-perf-regression.py File build/util/run-bisect-perf-regression.py (right): https://codereview.chromium.org/12261026/diff/13001/build/util/run-bisect-perf-regression.py#newcode33 build/util/run-bisect-perf-regression.py:33: "url" : "ssh://simonhatch@gerrit-int.chromium.org:29419/" + I don't think we want ...
7 years, 10 months ago (2013-02-19 18:01:25 UTC) #8
shatch
New snapshot uploaded. https://codereview.chromium.org/12261026/diff/13001/build/util/run-bisect-perf-regression.py File build/util/run-bisect-perf-regression.py (right): https://codereview.chromium.org/12261026/diff/13001/build/util/run-bisect-perf-regression.py#newcode33 build/util/run-bisect-perf-regression.py:33: "url" : "ssh://simonhatch@gerrit-int.chromium.org:29419/" + On 2013/02/19 ...
7 years, 10 months ago (2013-02-19 18:33:51 UTC) #9
tonyg
https://codereview.chromium.org/12261026/diff/13001/build/util/run-bisect-perf-regression.py File build/util/run-bisect-perf-regression.py (right): https://codereview.chromium.org/12261026/diff/13001/build/util/run-bisect-perf-regression.py#newcode190 build/util/run-bisect-perf-regression.py:190: if not SetupGitDepot(): On 2013/02/19 18:33:51, shatch wrote: > ...
7 years, 10 months ago (2013-02-19 19:45:57 UTC) #10
shatch
New snapshot uploaded. Moved the git checkout creation to the main script. https://codereview.chromium.org/12261026/diff/13001/build/util/run-bisect-perf-regression.py File build/util/run-bisect-perf-regression.py ...
7 years, 10 months ago (2013-02-19 23:01:32 UTC) #11
Mike Stip (use stip instead)
Since this calls gclient explicitly, it should be in tools/build/scripts/slave/. This looks really good so ...
7 years, 10 months ago (2013-02-20 01:04:44 UTC) #12
shatch
Removed the run-bisect files and will upload a new change with them. https://codereview.chromium.org/12261026/diff/21002/build/util/run-bisect-perf-regression.py File build/util/run-bisect-perf-regression.py ...
7 years, 10 months ago (2013-02-20 19:34:09 UTC) #13
shatch
New snapshot uploaded. Moved files back to src depot into src/tools
7 years, 10 months ago (2013-02-20 22:35:55 UTC) #14
tonyg
lgtm Please wait for Mike to approve too. https://codereview.chromium.org/12261026/diff/29002/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://codereview.chromium.org/12261026/diff/29002/tools/bisect-perf-regression.py#newcode1318 tools/bisect-perf-regression.py:1318: if ...
7 years, 10 months ago (2013-02-20 23:19:41 UTC) #15
shatch
New snapshot uploaded. https://codereview.chromium.org/12261026/diff/29002/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://codereview.chromium.org/12261026/diff/29002/tools/bisect-perf-regression.py#newcode1318 tools/bisect-perf-regression.py:1318: if len(metric_values) < 2: On 2013/02/20 ...
7 years, 10 months ago (2013-02-20 23:32:05 UTC) #16
Mike Stip (use stip instead)
lgtm with nit/change https://chromiumcodereview.appspot.com/12261026/diff/37001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://chromiumcodereview.appspot.com/12261026/diff/37001/tools/bisect-perf-regression.py#newcode157 tools/bisect-perf-regression.py:157: print '@@@STEP_STARTED@@@' check if this shows ...
7 years, 10 months ago (2013-02-21 02:15:31 UTC) #17
shatch
New snapshot uploaded. https://chromiumcodereview.appspot.com/12261026/diff/37001/tools/bisect-perf-regression.py File tools/bisect-perf-regression.py (right): https://chromiumcodereview.appspot.com/12261026/diff/37001/tools/bisect-perf-regression.py#newcode157 tools/bisect-perf-regression.py:157: print '@@@STEP_STARTED@@@' On 2013/02/21 02:15:32, Mike ...
7 years, 10 months ago (2013-02-21 16:58:08 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/simonhatch@chromium.org/12261026/40001
7 years, 10 months ago (2013-02-21 16:58:38 UTC) #19
commit-bot: I haz the power
7 years, 10 months ago (2013-02-21 17:20:05 UTC) #20
Message was sent while issue was closed.
Change committed as 183827

Powered by Google App Engine
This is Rietveld 408576698