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

Issue 9428047: Improve trychange.py documentation. No logic change (Closed)

Created:
8 years, 10 months ago by M-A Ruel
Modified:
8 years, 2 months ago
CC:
chromium-reviews, Dirk Pranke, Peter Mayo, Roger Tawa OOO till Jul 10th
Visibility:
Public.

Description

Improve trychange.py documentation. No logic change R=dpranke@chromium.org BUG= TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=123301

Patch Set 1 #

Total comments: 1

Patch Set 2 : Better doc #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -11 lines) Patch
M trychange.py View 1 2 chunks +13 lines, -11 lines 2 comments Download

Messages

Total messages: 9 (0 generated)
M-A Ruel
8 years, 10 months ago (2012-02-22 20:20:46 UTC) #1
Peter Mayo
lgtm https://chromiumcodereview.appspot.com/9428047/diff/1/trychange.py File trychange.py (right): https://chromiumcodereview.appspot.com/9428047/diff/1/trychange.py#newcode567 trychange.py:567: "builders configurations are similar, it is preferable to ...
8 years, 10 months ago (2012-02-22 20:45:09 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maruel@chromium.org/9428047/4001
8 years, 10 months ago (2012-02-23 19:47:36 UTC) #3
commit-bot: I haz the power
Change committed as 123301
8 years, 10 months ago (2012-02-23 19:54:08 UTC) #4
Dirk Pranke
lgtm (belatedly).
8 years, 9 months ago (2012-03-01 19:59:01 UTC) #5
Nico
http://codereview.chromium.org/9428047/diff/4001/trychange.py File trychange.py (right): http://codereview.chromium.org/9428047/diff/4001/trychange.py#newcode545 trychange.py:545: "-bwin_rel:base_unittests:ValuesTest.*Value")) Why this change? The lhs doc permitted "win,layout_mac", ...
8 years, 2 months ago (2012-10-15 23:24:09 UTC) #6
Peter Mayo
http://codereview.chromium.org/9428047/diff/4001/trychange.py File trychange.py (right): http://codereview.chromium.org/9428047/diff/4001/trychange.py#newcode545 trychange.py:545: "-bwin_rel:base_unittests:ValuesTest.*Value")) On 2012/10/15 23:24:09, Nico wrote: > Why this ...
8 years, 2 months ago (2012-10-15 23:41:41 UTC) #7
Nico
On 2012/10/15 23:41:41, Peter Mayo wrote: > http://codereview.chromium.org/9428047/diff/4001/trychange.py > File trychange.py (right): > > http://codereview.chromium.org/9428047/diff/4001/trychange.py#newcode545 ...
8 years, 2 months ago (2012-10-15 23:46:26 UTC) #8
M-A Ruel
8 years, 2 months ago (2012-10-16 01:40:30 UTC) #9
On 2012/10/15 23:46:26, Nico wrote:
> Nobody types these :suffixes manually though, so that's optimizing for a
> use-case that doesn't really exist in practice. (I'd be happy if more than one
> -b is required if you want to use :)

I understand your pain. Once http://crbug.com/139205 is done, there will be a
conflict about filtering out or filtering in. For example, -blinux_rel when a
list of tests is specified in the PRESUBMIT.py, the list would be used by
default, as such, it'd be the union between what is specified on the command
line and in the PRESUBMIT lists. Otherwise, if -blinux_layout is specified that
is not in PRESUBMIT.py, then it's be replacing the list.

So yes this needs to be improved but nobody figured out the the best way yet to
do it. So for now the -b bot1,bot2 format works and I don't plan to break that
but -b bot1 -b bot2 is more future proof so I want to encourage unsuspecting
people to use the later form.

Powered by Google App Engine
This is Rietveld 408576698