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

Issue 2465423002: Roll infra_libs to 564aaf7480f24c90687df79d9cef910cc342a54d (Closed)

Created:
4 years, 1 month ago by bpastene
Modified:
4 years, 1 month ago
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Roll infra_libs to 564aaf7480f24c90687df79d9cef910cc342a54d git log --pretty=oneline 7e28e70c2fe992617957983af92ba827183cc9fd..564aaf7480f24c90687df79d9cef910cc342a54d -- . a2d4431bc6d86f6b95d680206b177640d102ce26 Update chrome_infra_log_pb2.py to include SwarmingTaskEvent 6e8a8fac230c61e1e9e299be397fcd748c0ad65b ts_mon: Allow location of cert bundle to be configured via command line. 828603b4944ab24a8e26eaef9b68508c3cf163b7 Remove SVN version support from event_mon 52028bb6244a1065e72bf11aead5adc8f562b8f1 Update chrome_infra_log_pb2.py to include AnalyzeEvent 566f58f5a9d7f9076bfa135a714db5724c03eb77 Add counter for forced local fallback in remote compile setup. f719cf36cfc7115a8651c9dc86209d7744732ca1 Populate distribution's count 911505034840af307f96066471933e95b69fb5fd Add support for the new MonAPI's proto. 9d70922c77a6a4a6de80d940fd402301af52b694 ts_mon: improve compatibility with oauth2client 3.0.0 BUG=643378, 634559 Committed: https://github.com/luci/luci-py/commit/c3edcb6bcca9d51822642404127fe6493be5d2bc

Patch Set 1 #

Patch Set 2 : update readme #

Patch Set 3 : update readmes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2909 lines, -1184 lines) Patch
M appengine/third_party/gae_event_mon/README.swarming View 1 2 1 chunk +1 line, -1 line 0 comments Download
M appengine/third_party/gae_ts_mon/README.swarming View 1 2 1 chunk +1 line, -1 line 0 comments Download
M client/third_party/infra_libs/README.swarming View 1 1 chunk +1 line, -1 line 0 comments Download
A client/third_party/infra_libs/_command_line_linux.py View 1 chunk +38 lines, -0 lines 0 comments Download
A client/third_party/infra_libs/_command_line_stub.py View 1 chunk +7 lines, -0 lines 0 comments Download
M client/third_party/infra_libs/event_mon/checkouts.py View 1 chunk +1 line, -2 lines 0 comments Download
M client/third_party/infra_libs/event_mon/monitoring.py View 3 chunks +1 line, -7 lines 0 comments Download
M client/third_party/infra_libs/event_mon/protos/chrome_infra_log_pb2.py View 6 chunks +978 lines, -116 lines 0 comments Download
M client/third_party/infra_libs/event_mon/protos/goma_stats_pb2.py View 26 chunks +122 lines, -44 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/interface.py View 3 chunks +58 lines, -7 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/metric_store.py View 1 chunk +3 lines, -1 line 0 comments Download
M client/third_party/infra_libs/ts_mon/common/metrics.py View 12 chunks +187 lines, -1 line 0 comments Download
M client/third_party/infra_libs/ts_mon/common/monitors.py View 5 chunks +21 lines, -7 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/targets.py View 5 chunks +44 lines, -1 line 0 comments Download
M client/third_party/infra_libs/ts_mon/config.py View 5 chunks +16 lines, -3 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/REAME.md View 1 chunk +0 lines, -8 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/protos/__init__.py View 1 chunk +1 line, -0 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/acquisition_network_device.proto View 1 chunk +0 lines, -19 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/acquisition_network_device_pb2.py View 1 chunk +0 lines, -111 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/acquisition_task.proto View 1 chunk +0 lines, -17 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/acquisition_task_pb2.py View 1 chunk +0 lines, -104 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/REAME.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/__init__.py View 1 chunk +1 line, -1 line 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/acquisition_network_device.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/acquisition_network_device_pb2.py View 4 chunks +22 lines, -11 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/acquisition_task.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/acquisition_task_pb2.py View 4 chunks +21 lines, -10 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/metrics.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/current/metrics_pb2.py View 15 chunks +50 lines, -27 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/metrics.proto View 1 chunk +0 lines, -108 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/metrics_pb2.py View 1 chunk +0 lines, -523 lines 0 comments Download
A client/third_party/infra_libs/ts_mon/protos/new/README.md View 1 chunk +9 lines, -0 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/new/__init__.py View 1 chunk +2 lines, -1 line 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/new/acquisition_network_device.proto View 1 chunk +7 lines, -4 lines 0 comments Download
A client/third_party/infra_libs/ts_mon/protos/new/acquisition_network_device_pb2.py View 1 chunk +164 lines, -0 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/new/acquisition_task.proto View 1 chunk +3 lines, -2 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/new/acquisition_task_pb2.py View 4 chunks +50 lines, -18 lines 0 comments Download
A client/third_party/infra_libs/ts_mon/protos/new/any.proto View 1 chunk +11 lines, -0 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/new/any_pb2.py View 4 chunks +17 lines, -17 lines 0 comments Download
A client/third_party/infra_libs/ts_mon/protos/new/metrics.proto View 1 chunk +128 lines, -0 lines 0 comments Download
A client/third_party/infra_libs/ts_mon/protos/new/metrics_pb2.py View 1 chunk +926 lines, -0 lines 0 comments Download
A client/third_party/infra_libs/ts_mon/protos/new/timestamp.proto View 1 chunk +11 lines, -0 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py View 4 chunks +11 lines, -15 lines 0 comments Download

Messages

Total messages: 14 (5 generated)
bpastene
4 years, 1 month ago (2016-11-01 20:03:31 UTC) #2
Sergey Berezin
LGTM + nit: I'd also consider rolling appengine/third_party/gae_*_mon libraries to the same revision, just to ...
4 years, 1 month ago (2016-11-01 20:15:43 UTC) #3
bpastene
On 2016/11/01 20:15:43, Sergey Berezin wrote: > LGTM + nit: I'd also consider rolling appengine/third_party/gae_*_mon ...
4 years, 1 month ago (2016-11-01 21:28:46 UTC) #4
Sergey Berezin
Cool, thanks! LGTM.
4 years, 1 month ago (2016-11-01 21:44:32 UTC) #5
bpastene
Live on chromium-swarm-dev and all server-side metrics seem to flowing. CQ'ing
4 years, 1 month ago (2016-11-01 21:44:52 UTC) #6
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/2465423002/40001
4 years, 1 month ago (2016-11-01 21:45:30 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: Luci-py Presubmit on luci.infra.try (JOB_FAILED, https://luci-milo.appspot.com/swarming/task/323ac86091bb2210)
4 years, 1 month ago (2016-11-01 22:16:55 UTC) #10
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/2465423002/40001
4 years, 1 month ago (2016-11-01 22:35:30 UTC) #12
commit-bot: I haz the power
4 years, 1 month ago (2016-11-01 22:37:51 UTC) #14
Message was sent while issue was closed.
Committed patchset #3 (id:40001) as
https://github.com/luci/luci-py/commit/c3edcb6bcca9d51822642404127fe6493be5d2bc

Powered by Google App Engine
This is Rietveld 408576698