blob: 8b3b6b276e8dd814680362e32d450be1c54b1855 [file] [log] [blame] [view]
Justin Donnelly85c259c2023-08-15 19:52:351# Chromium Branch Gardening
2
3The Chrome release branch gardener provides coverage for release branches
4(stable and beta) under Pacific timezone shifts.
5
6The goals of a branch gardener are quite similar to those of a trunk gardener.
7Branch gardeners need to ensure that:
8
91. **Compile failures get fixed**, because compile failures on branches block
10 all tests (both automated and manual) and consequently reduce our confidence
11 in the quality of what we're shipping, possibly to the point of blocking
12 releases.
132. **Consistent test failures get repaired**, because they similarly reduce our
14 confidence in the quality of our code.
15
16For more information on Chromium Branch Gardeners, including How Tos, Swapping
17Shifts and rotation updates, please see [Chromium
18Branch Gardening](http://goto.google.com/chrome-branch-gardening)