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

Issue 13861012: Change builder names (Closed)

Created:
7 years, 8 months ago by borenet
Modified:
7 years, 8 months ago
Reviewers:
epoger, rmistry, benchen
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

Change Builder Names, MkIII Inspired by Ravi's comments on https://codereview.chromium.org/14475006/ - Use a dictionary of tuples to specify the builders in master_builders_cfg. This is much more readable and allows at-a-glance comparison. The downside is that the line width is insanely long. - Slightly restructure the builder names to use a full architecture spec rather than an arch width. This allows us, for example, to differentiate between a 32-bit ChromeOS compile bot targeting x86 and one targeting arm.

Patch Set 1 #

Total comments: 40

Patch Set 2 : #

Total comments: 15

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+515 lines, -776 lines) Patch
M master/master_builders_cfg.py View 1 2 3 4 3 chunks +216 lines, -265 lines 0 comments Download
M master/master_private_builders_cfg.py View 1 2 3 4 4 chunks +8 lines, -4 lines 0 comments Download
M master/skia_master_scripts/factory.py View 1 2 3 4 4 chunks +36 lines, -45 lines 0 comments Download
M master/skia_master_scripts/utils.py View 1 2 3 4 5 chunks +105 lines, -195 lines 0 comments Download
M master/slaves.cfg View 1 2 3 4 30 chunks +150 lines, -267 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
borenet
Patch set 1 is just testing the waters. Overall, I'd like the names to be ...
7 years, 8 months ago (2013-04-09 16:31:46 UTC) #1
benchen
I like heavy abbreviations, but we shuld come up with a system and ask the ...
7 years, 8 months ago (2013-04-09 16:45:49 UTC) #2
rmistry
The abbreviations will show up on the buildbot pages and rietveld tryjobs popup? If yes ...
7 years, 8 months ago (2013-04-09 16:48:10 UTC) #3
epoger
https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py#newcode1 master/master_builders_cfg.py:1: # Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 8 months ago (2013-04-09 17:38:36 UTC) #4
borenet
https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py#newcode1 master/master_builders_cfg.py:1: # Copyright (c) 2012 The Chromium Authors. All rights ...
7 years, 8 months ago (2013-04-09 19:11:45 UTC) #5
epoger
https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py#newcode98 master/master_builders_cfg.py:98: version='4.1', On 2013/04/09 19:11:45, borenet wrote: > On 2013/04/09 ...
7 years, 8 months ago (2013-04-09 19:16:12 UTC) #6
borenet
https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py#newcode98 master/master_builders_cfg.py:98: version='4.1', On 2013/04/09 19:16:12, epoger wrote: > On 2013/04/09 ...
7 years, 8 months ago (2013-04-09 19:30:09 UTC) #7
epoger
https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/13861012/diff/1/master/master_builders_cfg.py#newcode98 master/master_builders_cfg.py:98: version='4.1', On 2013/04/09 19:30:09, borenet wrote: > On 2013/04/09 ...
7 years, 8 months ago (2013-04-09 19:40:13 UTC) #8
borenet
Based on feedback, I'm sensing that the general feeling is that, since the raw builder ...
7 years, 8 months ago (2013-04-11 20:11:20 UTC) #9
rmistry
On 2013/04/11 20:11:20, borenet wrote: > Based on feedback, I'm sensing that the general feeling ...
7 years, 8 months ago (2013-04-11 20:15:29 UTC) #10
benchen
I suggest a team-wide discussion, since what we like may not be what our users ...
7 years, 8 months ago (2013-04-11 20:29:52 UTC) #11
rmistry
On 2013/04/11 20:29:52, benchen wrote: > I suggest a team-wide discussion, since what we like ...
7 years, 8 months ago (2013-04-11 20:37:53 UTC) #12
rmistry
On 2013/04/11 20:37:53, rmistry wrote: > On 2013/04/11 20:29:52, benchen wrote: > > I suggest ...
7 years, 8 months ago (2013-04-11 20:46:38 UTC) #13
benchen
Sounds good. Sorry I omitted this step I meant to have - of course to ...
7 years, 8 months ago (2013-04-11 20:58:40 UTC) #14
borenet
Uploaded patch set 2. My primary concerns: 1. 'hardware' vs 'gpu'. The current set of ...
7 years, 8 months ago (2013-04-17 17:50:15 UTC) #15
borenet
On 2013/04/17 17:50:15, borenet wrote: > Uploaded patch set 2. My primary concerns: > > ...
7 years, 8 months ago (2013-04-17 18:11:29 UTC) #16
epoger
https://codereview.chromium.org/13861012/diff/13001/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/13861012/diff/13001/master/master_builders_cfg.py#newcode61 master/master_builders_cfg.py:61: hardware='ATI5770', On 2013/04/17 17:50:15, borenet wrote: > 1. 'hardware' ...
7 years, 8 months ago (2013-04-19 16:25:44 UTC) #17
borenet
Uploaded patch set 4. I have a new set of concerns: 1. The builder names ...
7 years, 8 months ago (2013-04-22 16:29:55 UTC) #18
rmistry
https://codereview.chromium.org/13861012/diff/23001/master/slaves.cfg File master/slaves.cfg (right): https://codereview.chromium.org/13861012/diff/23001/master/slaves.cfg#newcode316 master/slaves.cfg:316: 'Mac_10.6-MacMini4,1-GeForce320M-Debug-32', Eric shared the current names with me at ...
7 years, 8 months ago (2013-04-22 18:58:20 UTC) #19
borenet
On 2013/04/22 18:58:20, rmistry wrote: > https://codereview.chromium.org/13861012/diff/23001/master/slaves.cfg > File master/slaves.cfg (right): > > https://codereview.chromium.org/13861012/diff/23001/master/slaves.cfg#newcode316 > ...
7 years, 8 months ago (2013-04-22 19:32:44 UTC) #20
borenet
On 2013/04/22 19:32:44, borenet wrote: > On 2013/04/22 18:58:20, rmistry wrote: > > https://codereview.chromium.org/13861012/diff/23001/master/slaves.cfg > ...
7 years, 8 months ago (2013-04-24 15:03:30 UTC) #21
borenet
7 years, 8 months ago (2013-04-24 15:55:16 UTC) #22
> I uploaded an alternate approach here:
https://codereview.chromium.org/14475006/

Based on live discussion, I'm closing this in favor of the aforementioned
alternate approach.

Powered by Google App Engine
This is Rietveld 408576698