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

Issue 14517004: Change Builder Names, MkIII (Closed)

Created:
7 years, 8 months ago by borenet
Modified:
7 years, 7 months ago
Reviewers:
epoger, rmistry
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. R=epoger@google.com, rmistry@google.com Committed: https://code.google.com/p/skia/source/detail?r=8920

Patch Set 1 #

Total comments: 8

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : #

Total comments: 1

Patch Set 5 : #

Total comments: 7
Unified diffs Side-by-side diffs Delta from patch set Stats (+779 lines, -817 lines) Patch
M master/master_builders_cfg.py View 1 2 3 4 3 chunks +228 lines, -297 lines 4 comments Download
M master/master_private_builders_cfg.py View 1 2 3 4 3 chunks +3 lines, -0 lines 0 comments Download
M master/skia_master_scripts/chromeos_factory.py View 1 2 3 4 1 chunk +2 lines, -1 line 0 comments Download
M master/skia_master_scripts/factory.py View 1 2 3 4 3 chunks +35 lines, -48 lines 3 comments Download
M master/skia_master_scripts/monkeypatches.py View 1 2 3 4 1 chunk +3 lines, -3 lines 0 comments Download
M master/skia_master_scripts/utils.py View 1 2 3 4 5 chunks +113 lines, -161 lines 0 comments Download
M master/slaves.cfg View 1 2 3 4 30 chunks +148 lines, -264 lines 0 comments Download
M slave/skia_slave_scripts/check_gs_timestamps.py View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M slave/skia_slave_scripts/compare_and_upload_webpage_gms.py View 1 2 3 4 4 chunks +19 lines, -19 lines 0 comments Download
M slave/skia_slave_scripts/compare_gms.py View 1 2 3 4 1 chunk +16 lines, -16 lines 0 comments Download
M slave/skia_slave_scripts/render_pictures.py View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M slave/skia_slave_scripts/upload_webpage_picture_bench_graphs.py View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M slave/skia_slave_scripts/upload_webpage_picture_bench_results.py View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M tools/tests/factory_configuration/factory_configuration_test.py View 1 2 3 4 2 chunks +2 lines, -1 line 0 comments Download
A tools/tests/factory_configuration/rename_builders.py View 1 2 3 4 1 chunk +142 lines, -0 lines 0 comments Download
A tools/tests/factory_configuration/verify_mapping.py View 1 2 3 4 1 chunk +61 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
borenet
This is largely the same change as https://codereview.chromium.org/14475006, with some major modifications to master_builders_cfg. Note ...
7 years, 8 months ago (2013-04-26 15:28:28 UTC) #1
borenet
On 2013/04/26 15:28:28, borenet wrote: > This is largely the same change as https://codereview.chromium.org/14475006, > ...
7 years, 8 months ago (2013-04-26 15:54:24 UTC) #2
epoger
LGTM if it LGTRavi https://codereview.chromium.org/14517004/diff/1/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/14517004/diff/1/master/master_builders_cfg.py#newcode82 master/master_builders_cfg.py:82: builder_specs = {} On 2013/04/26 ...
7 years, 8 months ago (2013-04-26 17:41:57 UTC) #3
borenet
Patch set 4 adds a couple of utility scripts for re-generating the baseline files as ...
7 years, 7 months ago (2013-04-29 13:13:24 UTC) #4
borenet
Patch set 5 adds files which will need to change as a result of changing ...
7 years, 7 months ago (2013-04-29 16:11:09 UTC) #5
rmistry
LGTM https://codereview.chromium.org/14517004/diff/38001/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/14517004/diff/38001/master/master_builders_cfg.py#newcode7 master/master_builders_cfg.py:7: #pylint: disable=C0301 Looks like this works.. cool.. https://codereview.chromium.org/14517004/diff/38001/master/master_builders_cfg.py#newcode217 ...
7 years, 7 months ago (2013-04-29 21:02:58 UTC) #6
borenet
https://codereview.chromium.org/14517004/diff/38001/master/master_builders_cfg.py File master/master_builders_cfg.py (right): https://codereview.chromium.org/14517004/diff/38001/master/master_builders_cfg.py#newcode7 master/master_builders_cfg.py:7: #pylint: disable=C0301 On 2013/04/29 21:02:58, rmistry wrote: > Looks ...
7 years, 7 months ago (2013-04-30 11:43:50 UTC) #7
rmistry
LGTM https://codereview.chromium.org/14517004/diff/38001/master/skia_master_scripts/factory.py File master/skia_master_scripts/factory.py (right): https://codereview.chromium.org/14517004/diff/38001/master/skia_master_scripts/factory.py#newcode124 master/skia_master_scripts/factory.py:124: else: On 2013/04/30 11:43:51, borenet wrote: > On ...
7 years, 7 months ago (2013-04-30 11:59:23 UTC) #8
borenet
7 years, 7 months ago (2013-04-30 12:01:48 UTC) #9
Message was sent while issue was closed.
Committed patchset #5 manually as r8920.

Powered by Google App Engine
This is Rietveld 408576698