Introduction(EVERYONE) To get access to the Chromium Gerrit instance
(EVERYONE) Configure local checkouts for your accountNow that you've configured your account on the server, you should configure your local checkouts.
(Googler) Link @chromium.org & @google.com accountsIf you have both @chromium.org and @google.com accounts, you may want to link them. Doing so may make it easier to view all of your CLs at once, and may make it less likely that you'll upload a CL with the wrong account. However, if you do choose to link them, you will be prompted to log in using only your @google.com account, and that means you have to follow all of the normal security restrictions for such accounts. To link them:
Once your accounts are linked, you'll be able to use both @chromium.org and @google.com emails in git commits. It is particularly useful if you have your @chromium.org email in global git config, and you try to trigger chrome-internal trybots (that otherwise require @google.com email). If you have linked accounts, and want to unlink them, file an Infra-Git ticket to do so (you can't easily do it yourself). Watching Projects / NotificationsYou can select Projects (and branches) you want to "watch" for any changes on by adding the Project under Settings -> Notifications. How do I build on other ongoing Gerrit reviews?Scenario: You have an ongoing Gerrit review, with issue number 123456 (this is the number after the last / in the URL for your Gerrit review). You have a local branch, with your change, say 2a40ae. Someone else has an ongoing Gerrit review, with issue number 456789. You want to build on this. Here’s one way to do it:
Not getting email?In case you think you should be receiving email from Gerrit but don't see it in your inbox, be sure to check your spam folder. It's possible that your mail reader is mis-classifying email from Gerrit as spam. Still having a problem?Check out the Gerrit Documentation to see if there are hints in there. If you have any problems please open a Build Infrastructure issue on the Chromium issue tracker (the "Build Infrastructure" template should be automatically selected). For additional information, you can also visit the PolyGerrit + Chromium FAQ. |
For Developers >