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

Issue 1582793006: [Telemetry] Update all clients to use chromium_config.GetTelemetryDir() (Closed)

Created:
4 years, 11 months ago by eakuefner
Modified:
4 years, 11 months ago
CC:
cbentzel+watch_chromium.org, chromium-reviews, darin-cc_chromium.org, devtools-reviews_chromium.org, dtu, jam, jbudorick+watch_chromium.org, klundberg+watch_chromium.org, mikecase+watch_chromium.org, pfeldman, piman+watch_chromium.org, telemetry-reviews_chromium.org, yfriedman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Telemetry] Update all clients to use chromium_config.GetTelemetryDir() Telemetry is soon to move to Catapult. The effect will be that Telemetry will begin to be located at src/third_party/catapult/telemetry, rather than tools/telemetry. This CL updates all src-side Telemetry clients to use chromium_config.GetTelemetryDir(), which is a helper that Telemetry team will update when the move is complete. BUG=576374 Committed: https://crrev.com/a5d5d3d6b40905cf3dd3ead516b9c42bf9b94aff Cr-Commit-Position: refs/heads/master@{#371013}

Patch Set 1 #

Total comments: 10

Patch Set 2 : Address Richard and Kari's comments #

Patch Set 3 : Rebase #

Patch Set 4 : more rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -20 lines) Patch
M components/cronet/android/test/javaperftests/run.py View 1 chunk +3 lines, -1 line 0 comments Download
M components/proximity_auth/e2e_test/cros.py View 1 chunk +6 lines, -2 lines 0 comments Download
M content/test/gpu/gpu_tests/__init__.py View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M tools/android/loading/deprecated/log_requests.py View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M tools/android/loading/devtools_monitor.py View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M tools/bisect-manual-test.py View 1 1 chunk +5 lines, -1 line 0 comments Download
M tools/chrome_proxy/chrome_proxy_config.py View 1 chunk +2 lines, -0 lines 0 comments Download
M tools/chrome_proxy/run_benchmark View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/chrome_proxy/run_livetests View 1 1 chunk +3 lines, -2 lines 0 comments Download
M tools/chrome_proxy/run_tests View 1 1 chunk +3 lines, -3 lines 0 comments Download
M tools/cygprofile/profile_android_startup.py View 1 chunk +3 lines, -1 line 0 comments Download
M tools/perf/PRESUBMIT.py View 1 2 3 1 chunk +1 line, -1 line 0 comments Download
M tools/perf/generate_profile View 1 chunk +2 lines, -1 line 0 comments Download
M tools/perf/record_android_profile.py View 1 chunk +2 lines, -1 line 0 comments Download
M tools/run-bisect-manual-test.py View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 43 (17 generated)
eakuefner
This CL updates all src-side Telemetry clients that I could find using this regex https://code.google.com/p/chromium/codesearch#search/&q=sys%5C.path%5C.(append%7Cinsert)%5C(.*telemetry.*%5C)&sq=package:chromium&type=cs ...
4 years, 11 months ago (2016-01-14 18:27:08 UTC) #2
bustamante
lgtm % nit for chrome_proxy code https://codereview.chromium.org/1582793006/diff/1/tools/chrome_proxy/run_benchmark File tools/chrome_proxy/run_benchmark (right): https://codereview.chromium.org/1582793006/diff/1/tools/chrome_proxy/run_benchmark#newcode9 tools/chrome_proxy/run_benchmark:9: import chrome_proxy_config nit ...
4 years, 11 months ago (2016-01-14 21:02:01 UTC) #5
Ken Russell (switch to Gerrit)
content/test/gpu lgtm if this passes the trybots.
4 years, 11 months ago (2016-01-14 21:16:42 UTC) #6
Ilya Sherman
proximity_auth lgtm
4 years, 11 months ago (2016-01-14 21:53:28 UTC) #7
aiolos (Not reviewing)
tools/perf and sanity check LGTM with nits. https://codereview.chromium.org/1582793006/diff/1/components/cronet/android/test/javaperftests/run.py File components/cronet/android/test/javaperftests/run.py (right): https://codereview.chromium.org/1582793006/diff/1/components/cronet/android/test/javaperftests/run.py#newcode46 components/cronet/android/test/javaperftests/run.py:46: sys.path.append(os.path.join(REPOSITORY_ROOT, 'tools', ...
4 years, 11 months ago (2016-01-15 00:33:04 UTC) #8
dtu
lgtm
4 years, 11 months ago (2016-01-15 00:36:49 UTC) #9
pauljensen
lgtm
4 years, 11 months ago (2016-01-15 00:51:20 UTC) #10
pasko
tools/android/loading and tools/cygprofile lgtm
4 years, 11 months ago (2016-01-15 12:52:36 UTC) #11
eakuefner
Bisect folks: ping https://codereview.chromium.org/1582793006/diff/1/components/cronet/android/test/javaperftests/run.py File components/cronet/android/test/javaperftests/run.py (right): https://codereview.chromium.org/1582793006/diff/1/components/cronet/android/test/javaperftests/run.py#newcode46 components/cronet/android/test/javaperftests/run.py:46: sys.path.append(os.path.join(REPOSITORY_ROOT, 'tools', 'perf')) On 2016/01/15 at ...
4 years, 11 months ago (2016-01-19 17:21:18 UTC) #12
qyearsley
On 2016/01/19 17:21:18, eakuefner wrote: > Bisect folks: ping FWIW, the changes in tools/run-bisect-manual-test.py and ...
4 years, 11 months ago (2016-01-19 18:34:37 UTC) #13
eakuefner
On 2016/01/19 at 18:34:37, qyearsley wrote: > On 2016/01/19 17:21:18, eakuefner wrote: > > Bisect ...
4 years, 11 months ago (2016-01-19 18:35:14 UTC) #14
prasadv1
lgtm
4 years, 11 months ago (2016-01-20 23:14:12 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582793006/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582793006/20001
4 years, 11 months ago (2016-01-20 23:17:57 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: cast_shell_linux on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/cast_shell_linux/builds/104758) linux_chromium_asan_rel_ng on tryserver.chromium.linux (JOB_FAILED, ...
4 years, 11 months ago (2016-01-20 23:23:35 UTC) #21
aiolos (Not reviewing)
You need to rebase. Still lgtm.
4 years, 11 months ago (2016-01-20 23:46:17 UTC) #22
eakuefner
I've rebased, but the content/test/gpu unittests are broken at HEAD and I'd like not to ...
4 years, 11 months ago (2016-01-21 00:58:50 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582793006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582793006/40001
4 years, 11 months ago (2016-01-21 01:15:30 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/137502)
4 years, 11 months ago (2016-01-21 01:29:59 UTC) #28
eakuefner
Prasad, you stamped with @google so I'm TBRing your Chromium account.
4 years, 11 months ago (2016-01-21 16:27:05 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582793006/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582793006/40001
4 years, 11 months ago (2016-01-21 16:27:32 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/137688)
4 years, 11 months ago (2016-01-21 16:37:56 UTC) #34
RobertoCN
lgtm
4 years, 11 months ago (2016-01-21 18:50:58 UTC) #35
eakuefner
No longer TBR because of proper l-g-t-m from Roberto. Trying once more.
4 years, 11 months ago (2016-01-22 18:25:45 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582793006/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582793006/60001
4 years, 11 months ago (2016-01-22 18:26:14 UTC) #40
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-22 19:48:45 UTC) #41
commit-bot: I haz the power
4 years, 11 months ago (2016-01-22 19:50:28 UTC) #43
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/a5d5d3d6b40905cf3dd3ead516b9c42bf9b94aff
Cr-Commit-Position: refs/heads/master@{#371013}

Powered by Google App Engine
This is Rietveld 408576698