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

Issue 10704213: Bisect official build with providing bad/good revisions. (Closed)

Created:
8 years, 5 months ago by Vitaly Buka (NO REVIEWS)
Modified:
8 years, 5 months ago
Reviewers:
Robert Sesek, Nico
CC:
chromium-reviews, pam+watch_chromium.org
Visibility:
Public.

Description

Skip bad/good even for oficial builds. Fixed bad > good check, it worked as string comparison when for any build type it's int or four ints. No prompt if bad/good option ommited, just fall back to possible min/max. User always can provide them in command line. So options were redundant but increased code complexity. BUG=none TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147707

Patch Set 1 #

Total comments: 9

Patch Set 2 : #

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -41 lines) Patch
M tools/bisect-builds.py View 1 2 3 4 6 chunks +37 lines, -41 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
Vitaly Buka (NO REVIEWS)
Please review this one too.
8 years, 5 months ago (2012-07-13 23:31:04 UTC) #1
Nico
From what I could tell, we used to have just the prompts, then mmoss added ...
8 years, 5 months ago (2012-07-20 17:19:45 UTC) #2
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10704213/diff/1/tools/bisect-builds.py File tools/bisect-builds.py (right): https://chromiumcodereview.appspot.com/10704213/diff/1/tools/bisect-builds.py#newcode231 tools/bisect-builds.py:231: final_list.append(str(build_number)) It's not what I tried to do. Example: ...
8 years, 5 months ago (2012-07-20 17:37:01 UTC) #3
Nico
https://chromiumcodereview.appspot.com/10704213/diff/1/tools/bisect-builds.py File tools/bisect-builds.py (right): https://chromiumcodereview.appspot.com/10704213/diff/1/tools/bisect-builds.py#newcode231 tools/bisect-builds.py:231: final_list.append(str(build_number)) On 2012/07/20 17:37:01, Vitaly Buka wrote: > It's ...
8 years, 5 months ago (2012-07-20 17:39:11 UTC) #4
Vitaly Buka (NO REVIEWS)
> > I'd like to bisect [1 4 5 7] > > You code will ...
8 years, 5 months ago (2012-07-20 17:43:37 UTC) #5
Vitaly Buka (NO REVIEWS)
On 2012/07/20 17:39:11, Nico wrote: > https://chromiumcodereview.appspot.com/10704213/diff/1/tools/bisect-builds.py > File tools/bisect-builds.py (right): > > https://chromiumcodereview.appspot.com/10704213/diff/1/tools/bisect-builds.py#newcode231 > ...
8 years, 5 months ago (2012-07-20 18:01:04 UTC) #6
Nico
lgtm Wait 2h or so with landing, to see if rsesek wants to chime in ...
8 years, 5 months ago (2012-07-20 18:04:01 UTC) #7
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10704213/diff/9002/tools/bisect-builds.py File tools/bisect-builds.py (right): https://chromiumcodereview.appspot.com/10704213/diff/9002/tools/bisect-builds.py#newcode228 tools/bisect-builds.py:228: # Keep only one revision before and after if ...
8 years, 5 months ago (2012-07-20 18:11:24 UTC) #8
Robert Sesek
LGTM otherwise https://chromiumcodereview.appspot.com/10704213/diff/9002/tools/bisect-builds.py File tools/bisect-builds.py (right): https://chromiumcodereview.appspot.com/10704213/diff/9002/tools/bisect-builds.py#newcode598 tools/bisect-builds.py:598: help = 'The bad revision to bisect ...
8 years, 5 months ago (2012-07-20 18:12:27 UTC) #9
Vitaly Buka (NO REVIEWS)
https://chromiumcodereview.appspot.com/10704213/diff/9002/tools/bisect-builds.py File tools/bisect-builds.py (right): https://chromiumcodereview.appspot.com/10704213/diff/9002/tools/bisect-builds.py#newcode598 tools/bisect-builds.py:598: help = 'The bad revision to bisect to.') On ...
8 years, 5 months ago (2012-07-20 18:20:12 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vitalybuka@chromium.org/10704213/7005
8 years, 5 months ago (2012-07-20 18:21:38 UTC) #11
commit-bot: I haz the power
8 years, 5 months ago (2012-07-20 20:13:57 UTC) #12
Change committed as 147707

Powered by Google App Engine
This is Rietveld 408576698