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

Issue 2991803002: Update infra_libs to 1.1.15 / 0b44aba87c1c6538439df6d24a409870810747ab (Closed)

Created:
3 years, 4 months ago by M-A Ruel
Modified:
3 years, 4 months ago
Reviewers:
Vadim Sh.
CC:
chromium-reviews, infra-reviews+luci-py_chromium.org
Target Ref:
refs/heads/master
Project:
luci-py
Visibility:
Public.

Description

Update infra_libs to 1.1.15 / 0b44aba87c1c6538439df6d24a409870810747ab Hopefully (?) this should help reduce the amount of failures during instance initialization. R=vadimsh@chromium.org BUG=748707 Review-Url: https://codereview.chromium.org/2991803002 Committed: https://github.com/luci/luci-py/commit/3737c64693c62ba160b0ab17af54f74b8dc65a0e

Patch Set 1 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+735 lines, -3393 lines) Patch
M appengine/swarming/server/bot_archive.py View 1 chunk +5 lines, -19 lines 0 comments Download
M appengine/third_party/gae_event_mon/README.swarming View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/third_party/gae_ts_mon/README.md View 1 chunk +1 line, -1 line 0 comments Download
M appengine/third_party/gae_ts_mon/README.swarming View 1 chunk +2 lines, -2 lines 0 comments Download
M appengine/third_party/gae_ts_mon/__init__.py View 2 chunks +2 lines, -4 lines 0 comments Download
M appengine/third_party/gae_ts_mon/config.py View 6 chunks +0 lines, -19 lines 0 comments Download
M client/third_party/infra_libs/README.swarming View 1 chunk +2 lines, -2 lines 0 comments Download
M client/third_party/infra_libs/event_mon/config.py View 6 chunks +47 lines, -76 lines 0 comments Download
M client/third_party/infra_libs/event_mon/protos/chrome_infra_log_pb2.py View 52 chunks +259 lines, -103 lines 0 comments Download
M client/third_party/infra_libs/event_mon/protos/goma_stats_pb2.py View 19 chunks +111 lines, -24 lines 0 comments Download
M client/third_party/infra_libs/event_mon/router.py View 1 chunk +0 lines, -17 lines 0 comments Download
M client/third_party/infra_libs/httplib2_utils.py View 2 chunks +7 lines, -2 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/__init__.py View 2 chunks +2 lines, -1 line 0 comments Download
M client/third_party/infra_libs/ts_mon/common/distribution.py View 3 chunks +49 lines, -41 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/errors.py View 1 chunk +0 lines, -10 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/helpers.py View 2 chunks +87 lines, -0 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/http_metrics.py View 3 chunks +23 lines, -6 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/interface.py View 7 chunks +16 lines, -41 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/metric_store.py View 7 chunks +32 lines, -103 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/metrics.py View 21 chunks +77 lines, -225 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/monitors.py View 5 chunks +13 lines, -133 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/common/targets.py View 3 chunks +5 lines, -34 lines 0 comments Download
M client/third_party/infra_libs/ts_mon/config.py View 5 chunks +4 lines, -20 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/README.md View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/acquisition_network_device.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/acquisition_network_device_pb2.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/acquisition_task.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/acquisition_task_pb2.py View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/any.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/any_pb2.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/REAME.md View 1 chunk +0 lines, -8 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/__init__.py View 1 chunk +0 lines, -3 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/acquisition_network_device.proto View 1 chunk +0 lines, -19 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/acquisition_network_device_pb2.py View 1 chunk +0 lines, -122 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/acquisition_task.proto View 1 chunk +0 lines, -17 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/acquisition_task_pb2.py View 1 chunk +0 lines, -115 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/metrics.proto View 1 chunk +0 lines, -108 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/current/metrics_pb2.py View 1 chunk +0 lines, -546 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/metrics.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/metrics_pb2.py View 0 chunks +-1 lines, --1 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/README.md View 1 chunk +0 lines, -9 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/__init__.py View 1 chunk +0 lines, -4 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/acquisition_network_device.proto View 1 chunk +0 lines, -22 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/acquisition_network_device_pb2.py View 1 chunk +0 lines, -164 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/acquisition_task.proto View 1 chunk +0 lines, -18 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/acquisition_task_pb2.py View 1 chunk +0 lines, -136 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/any.proto View 1 chunk +0 lines, -11 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/any_pb2.py View 1 chunk +0 lines, -78 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/metrics.proto View 1 chunk +0 lines, -128 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/metrics_pb2.py View 1 chunk +0 lines, -926 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/timestamp.proto View 1 chunk +0 lines, -11 lines 0 comments Download
D client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py View 1 chunk +0 lines, -74 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/timestamp.proto View 0 chunks +-1 lines, --1 lines 0 comments Download
A + client/third_party/infra_libs/ts_mon/protos/timestamp_pb2.py View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 11 (7 generated)
M-A Ruel
Live on staging.
3 years, 4 months ago (2017-07-26 16:55:14 UTC) #5
Vadim Sh.
lgtm
3 years, 4 months ago (2017-07-26 17:27:17 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/2991803002/40001
3 years, 4 months ago (2017-07-26 21:47:25 UTC) #8
commit-bot: I haz the power
3 years, 4 months ago (2017-07-26 21:56:36 UTC) #11
Message was sent while issue was closed.
Committed patchset #1 (id:40001) as
https://github.com/luci/luci-py/commit/3737c64693c62ba160b0ab17af54f74b8dc65a0e

Powered by Google App Engine
This is Rietveld 408576698