blob: ebe506f7ae74d4403f612314f1567b8013ce7211 [file] [log] [blame] [view]
Elly Fong-Jonesbbc92062019-05-29 15:38:031# Chromium Sheriffing
2
3Author: ellyjones@
4
Elly Fong-Jonesbbc92062019-05-29 15:38:035## Sheriffing Philosophy
6
7Sheriffs have one overarching role: to ensure that the Chromium build
8infrastructure is doing its job of helping developers deliver good software.
9Every other sheriff responsibility flows from that one. In priority order,
10sheriffs need to ensure that:
11
121. **The tree is open**, because when the tree is closed nobody can make
13 progress;
142. **New test failures are not introduced**, because they weaken our assurance
15 that we're shipping good code;
163. **Existing test failures are repaired**, for the same reason
17
18As the sheriff, you not only have those responsibilities, but you have any
19necessary authority to fulfill them. In particular, you have the authority to:
20
21* Revert changes that you know or suspect are causing breakages
22* Disable or otherwise mark misbehaving tests
Joey Scarr9ded41f2020-07-01 04:23:2923* Use TBRs freely as part of your sheriffing duties
Elly Fong-Jonesbbc92062019-05-29 15:38:0324* Pull in any other engineer or team you need to help you do these duties
25
Joey Scarr9ded41f2020-07-01 04:23:2926## How to be a Sheriff
Elly Fong-Jonesbbc92062019-05-29 15:38:0327
Joey Scarr9ded41f2020-07-01 04:23:2928To be a sheriff, you must be both a Chromium committer and a Google employee.
29For more detailed sheriffing instructions, please see the internal documentation
30at
31[go/chrome-sheriffing-how-to](https://goto.google.com/chrome-sheriffing-how-to).