Justin Donnelly | 85c259c | 2023-08-15 19:52:35 | [diff] [blame] | 1 | # Chromium Branch Gardening |
| 2 | |
| 3 | The Chrome release branch gardener provides coverage for release branches |
| 4 | (stable and beta) under Pacific timezone shifts. |
| 5 | |
| 6 | The goals of a branch gardener are quite similar to those of a trunk gardener. |
| 7 | Branch gardeners need to ensure that: |
| 8 | |
| 9 | 1. **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. |
| 13 | 2. **Consistent test failures get repaired**, because they similarly reduce our |
| 14 | confidence in the quality of our code. |
| 15 | |
| 16 | For more information on Chromium Branch Gardeners, including How Tos, Swapping |
| 17 | Shifts and rotation updates, please see [Chromium |
| 18 | Branch Gardening](http://goto.google.com/chrome-branch-gardening) |