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

Issue 2574563002: Update logdog butler (cipd_package) to new revision. (Closed)

Created:
4 years ago by nyquist
Modified:
4 years ago
CC:
chromium-reviews
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Update logdog butler (cipd_package) to new revision. For some bots, the git_revision of cipd_package is pinned to a very old version (summer 2016). This causes issues when trying to communicate with other systems expecting a newer version, and leads to issues like: Failed to start logdog: Missing project [LOGDOG_STREAM_PROJECT] This CL updates the pinned revision number to a newer version, suggested in the linked bug. A better fix would probably be to pin this in a shared location, making it simple to update all these at the same time, instead of specifiying it once per target. This CL was generated by running the following script: git grep -l -e \ 'git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a' \ -- "*.json" | \ xargs sed -ie \ 's/git_revision:3ff24775a900b675866fbcacf2a8f98a18b2a16a/git_revision:25755a2c316937ee44a6432163dc5e2f9c85cf58/' BUG=670817 Committed: https://crrev.com/ada812f0132a04edc08ff0df2e63ee1b1a4d64f6 Cr-Commit-Position: refs/heads/master@{#438005}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+199 lines, -199 lines) Patch
M testing/buildbot/chromium.android.json View 105 chunks +105 lines, -105 lines 0 comments Download
M testing/buildbot/chromium.fyi.json View 2 chunks +2 lines, -2 lines 0 comments Download
M testing/buildbot/chromium.gpu.fyi.json View 16 chunks +16 lines, -16 lines 0 comments Download
M testing/buildbot/chromium.linux.json View 76 chunks +76 lines, -76 lines 0 comments Download

Messages

Total messages: 19 (7 generated)
nyquist
dpranke: PTAL
4 years ago (2016-12-12 21:59:28 UTC) #2
ghost stip (do not use)
lgtm
4 years ago (2016-12-12 22:11:34 UTC) #4
Dirk Pranke
lgtm. stip@, can you review also and confirm this matches up w/ dnj's comment in ...
4 years ago (2016-12-12 22:11:38 UTC) #5
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/2574563002/1
4 years ago (2016-12-12 22:34:01 UTC) #7
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years ago (2016-12-13 02:56:02 UTC) #10
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/ada812f0132a04edc08ff0df2e63ee1b1a4d64f6 Cr-Commit-Position: refs/heads/master@{#438005}
4 years ago (2016-12-13 02:59:45 UTC) #12
Jamie Madill
On 2016/12/13 02:59:45, commit-bot: I haz the power wrote: > Patchset 1 (id:??) landed as ...
4 years ago (2016-12-14 21:10:04 UTC) #13
ynovikov
On 2016/12/14 21:10:04, Jamie Madill wrote: > On 2016/12/13 02:59:45, commit-bot: I haz the power ...
4 years ago (2016-12-14 21:31:31 UTC) #14
ynovikov
I think the comment at the top of chromium.gpu.fyi.json is not noticeable enough. Maybe we ...
4 years ago (2016-12-14 22:24:42 UTC) #16
Dirk Pranke
Bah, sorry, I should've caught that :(. Can we add a presubmit that checks that ...
4 years ago (2016-12-14 22:58:59 UTC) #17
nyquist
On 2016/12/14 22:58:59, Dirk Pranke wrote: > Bah, sorry, I should've caught that :(. > ...
4 years ago (2016-12-14 23:01:40 UTC) #18
Ken Russell (switch to Gerrit)
4 years ago (2016-12-20 06:44:18 UTC) #19
Message was sent while issue was closed.
On 2016/12/14 23:01:40, nyquist (OOO back 1-3) wrote:
> On 2016/12/14 22:58:59, Dirk Pranke wrote:
> > Bah, sorry, I should've caught that :(.
> > 
> > Can we add a presubmit that checks that if the generated files are modified,
> > they do in fact match what the generator would generate?
> 
> Ouch. I'm sorry! :-(
> 
> What dpranke@ asks for sounds great though. That would help protect against
> accidental changes like mine.

Yes, of course that sounds like a good idea. Could someone please file a bug
about it? Any help implementing this would be greatly appreciated.

Powered by Google App Engine
This is Rietveld 408576698