Add a butterbar feature to chromium's gerrit instance |
||
Issue descriptionApologies if a similar request has been filed previously. Android's gerrit instance has a feature that places a banner at the top of the page which contains infrastructure notifications (SS attached). The banner (also called a butterbar apparently) is used to notify developers when there's an infra-related outage. A similar feature would be tremendously useful for chrome's instances as well. When there's an infra outage, often times as troopers we'll send PSAs to wide mailing lists in the hope that it reaches (and is read by) all affected developers. That doesn't always work, and often times you'll have multiple different devs filing bugs for the outage (and even pinging the trooper directly) in the assumption that it's not a known/tracked issue. It would fantastic if we could add a notification banner to our gerrit instances (and subsequently shared across other UIs like milo, SoM, etc) that troopers could utilize to notify the user-base of ongoing issues they may be seeing. Hopefully we could reuse the same system that android uses; looks like that's documented at go/semaphore. It would certainly be a non-trivial change, so filing this to hopefully get the ball rolling/get us talking about it :)
,
Dec 19
,
Dec 27
I've long wanted this. If there is a relatively cheap way (say 2 SWE days?) to add this to just Gerrit that would be high value to our users, and is worth an investment on our end. Ideally we'd have something we can share across our apps, but that would likely be a more substantial effort, certainly worth considering though. A quick work estimate would be helpful here.
,
Dec 27
If we did it with a hard-coded message that required a Gerrit plugin deployment it would be pretty quick and easy. Still likely more than 2 days since someone on the team would need to learn Gerrit development. But that feels just a little too limiting to me. I think a better minimal scope would be a deployed app engine (or other place) app that has a simple API to set and get message and a plugin that polls for it. I know nothing about how hard it is to setup a simple app engine app. I can ask some folks and get a better work estimate in the new year.
,
Jan 14
Chatted with Sean a bit about this. Depending on the sensitivity of these messages and how much we need to worry about the permissions of setting message & viewing them there are some low effort ways we could implement this. We could do something like check the message to be displayed into git and then let a Gerrit plugin just make a request to Gitiles to fetch the message. Permissioning for write could be handled by existing OWNERS & committer permissions for the repo (infra?). But the easiest thing to do would be to put this in a world readable location so we don't need credentials for the fetch. Given the open source nature of Chrome this might be ok? Might need to look into Gerrit usage for Chromium and make sure that this wouldn't be an issue for Gitiles / GoB at whatever rate of polling we'd do.
,
Jan 15
> Given the open source nature of Chrome this might be ok? Definitely agree. The announcements would be equivalent to what we currently put in PSAs to public mailing lists. If we need to convey any private info, I imagine we'd post it in an RVG bug and link the bug in the announcement (that's what we do today, seems to work OK). > We could do something like check the message to be displayed into git SGTM, especially since everyone (or at least everyone that's on call) should know how to update files in git. And FWIW, I think it'd be prudent to keep the update process as streamlined as possible in the interest of getting the message out their sooner (eg: limited CL review, preferably no CQ requirements). And thanks for looking into this, Andy! |
||
►
Sign in to add a comment |
||
Comment 1 by ajp@chromium.org
, Dec 19Labels: -Type-Bug -Pri-2 Pri-3 Type-Feature