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

Issue 2373843002: Update fieldtrial_util To Handle Combined Fieldtrial Config Format (Closed)

Created:
4 years, 2 months ago by robliao
Modified:
4 years, 2 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update fieldtrial_util To Handle Combined Fieldtrial Config Format BUG=649363, 650705 Committed: https://crrev.com/8da8200a279fcafc4a7c68f2e6ef95f4d721bb3a Cr-Commit-Position: refs/heads/master@{#421670}

Patch Set 1 #

Total comments: 4

Patch Set 2 : Add Early Exit on Unmatched Platforms #

Total comments: 2

Patch Set 3 : Update Comment #

Patch Set 4 : Add Dependencies to telemetry_perf_unittests #

Patch Set 5 : Merging in https://codereview.chromium.org/2378153002/ #

Patch Set 6 : Update Bootstrap Deps #

Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -64 lines) Patch
M tools/perf/BUILD.gn View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/perf/bootstrap_deps View 1 2 3 4 5 1 chunk +4 lines, -0 lines 0 comments Download
M tools/perf/core/perf_benchmark.py View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M tools/variations/fieldtrial_to_struct.py View 1 chunk +5 lines, -1 line 0 comments Download
M tools/variations/fieldtrial_util.py View 1 2 3 chunks +38 lines, -26 lines 0 comments Download
M tools/variations/fieldtrial_util_unittest.py View 3 chunks +77 lines, -34 lines 0 comments Download

Messages

Total messages: 51 (32 generated)
robliao
aiolos@chromium.org: Please review changes in tools/perf/* asvitkine@chromium.org: Please review changes in tools/variations/* Thanks!
4 years, 2 months ago (2016-09-27 19:13:44 UTC) #5
aiolos (Not reviewing)
https://codereview.chromium.org/2373843002/diff/1/tools/perf/core/perf_benchmark.py File tools/perf/core/perf_benchmark.py (right): https://codereview.chromium.org/2373843002/diff/1/tools/perf/core/perf_benchmark.py#newcode62 tools/perf/core/perf_benchmark.py:62: os.path.join(variations_dir, 'fieldtrial_testing_config_.json'), Have the platform-specific configs already been migrated/duplicated ...
4 years, 2 months ago (2016-09-27 19:26:03 UTC) #6
robliao
https://codereview.chromium.org/2373843002/diff/1/tools/perf/core/perf_benchmark.py File tools/perf/core/perf_benchmark.py (right): https://codereview.chromium.org/2373843002/diff/1/tools/perf/core/perf_benchmark.py#newcode62 tools/perf/core/perf_benchmark.py:62: os.path.join(variations_dir, 'fieldtrial_testing_config_.json'), On 2016/09/27 19:26:03, aiolos wrote: > Have ...
4 years, 2 months ago (2016-09-27 19:31:23 UTC) #7
aiolos (Not reviewing)
lgtm
4 years, 2 months ago (2016-09-27 19:34:48 UTC) #10
Alexei Svitkine (slow)
lgtm https://codereview.chromium.org/2373843002/diff/20001/tools/variations/fieldtrial_util.py File tools/variations/fieldtrial_util.py (right): https://codereview.chromium.org/2373843002/diff/20001/tools/variations/fieldtrial_util.py#newcode49 tools/variations/fieldtrial_util.py:49: # fieldtrial_testing_config_*.json. Update comment.
4 years, 2 months ago (2016-09-27 20:26:55 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2373843002/40001
4 years, 2 months ago (2016-09-27 20:42:16 UTC) #16
robliao
https://codereview.chromium.org/2373843002/diff/20001/tools/variations/fieldtrial_util.py File tools/variations/fieldtrial_util.py (right): https://codereview.chromium.org/2373843002/diff/20001/tools/variations/fieldtrial_util.py#newcode49 tools/variations/fieldtrial_util.py:49: # fieldtrial_testing_config_*.json. On 2016/09/27 20:26:55, Alexei Svitkine (very slow) ...
4 years, 2 months ago (2016-09-27 20:42:16 UTC) #17
robliao
FYI, had to add two dependencies to handle telemetry_perf_unittests + # Field trial dependencies + ...
4 years, 2 months ago (2016-09-27 22:56:48 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2373843002/80001
4 years, 2 months ago (2016-09-27 23:32:20 UTC) #29
commit-bot: I haz the power
Committed patchset #4 (id:80001)
4 years, 2 months ago (2016-09-27 23:38:27 UTC) #31
commit-bot: I haz the power
Patchset 4 (id:??) landed as https://crrev.com/1c70046ee9bfd7f0159b3408331e26b9f61ef49f Cr-Commit-Position: refs/heads/master@{#421384}
4 years, 2 months ago (2016-09-27 23:41:34 UTC) #33
robliao
A revert of this CL (patchset #4 id:80001) has been created in https://codereview.chromium.org/2381663002/ by robliao@chromium.org. ...
4 years, 2 months ago (2016-09-28 20:38:24 UTC) #34
robliao
FYI, added bootstrap_deps updates too. CrOS runs a parallel test system that isn't covered in ...
4 years, 2 months ago (2016-09-28 21:33:18 UTC) #39
achuithb
On 2016/09/28 20:38:24, robliao wrote: > A revert of this CL (patchset #4 id:80001) has ...
4 years, 2 months ago (2016-09-28 21:36:03 UTC) #40
aiolos (Not reviewing)
On 2016/09/28 21:36:03, achuithb wrote: > On 2016/09/28 20:38:24, robliao wrote: > > A revert ...
4 years, 2 months ago (2016-09-28 21:37:12 UTC) #41
robliao
On 2016/09/28 21:37:12, aiolos wrote: > On 2016/09/28 21:36:03, achuithb wrote: > > On 2016/09/28 ...
4 years, 2 months ago (2016-09-28 22:05:27 UTC) #42
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2373843002/120001
4 years, 2 months ago (2016-09-28 22:41:10 UTC) #47
commit-bot: I haz the power
Committed patchset #6 (id:120001)
4 years, 2 months ago (2016-09-28 22:47:52 UTC) #49
commit-bot: I haz the power
4 years, 2 months ago (2016-09-28 22:51:19 UTC) #51
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/8da8200a279fcafc4a7c68f2e6ef95f4d721bb3a
Cr-Commit-Position: refs/heads/master@{#421670}

Powered by Google App Engine
This is Rietveld 408576698