aboutsummaryrefslogtreecommitdiffhomepage
path: root/site
diff options
context:
space:
mode:
authorGravatar Ravi Mistry <rmistry@google.com>2017-04-18 08:09:46 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-18 12:20:57 +0000
commit7efa0476306588dae9e3149f72f7018f74714cd4 (patch)
treeb58d4253677be5ec05363f56a76217b7acda087b /site
parentf5442bb4c152e7c8138c83d27140e55d846f7ea5 (diff)
Document the new bug and test lines behavior of the release rollers
BUG=skia:6506 NOTRY=true DOCS_PREVIEW= https://skia.org/?cl=13686 Change-Id: I8f38d2f87784a846ccdc4be54d0f07e0fe98f7dc Change-Id: I8f38d2f87784a846ccdc4be54d0f07e0fe98f7dc Reviewed-on: https://skia-review.googlesource.com/13686 Reviewed-by: Matt Sarett <msarett@google.com> Commit-Queue: Ravi Mistry <rmistry@google.com>
Diffstat (limited to 'site')
-rw-r--r--site/dev/sheriffing/android.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/site/dev/sheriffing/android.md b/site/dev/sheriffing/android.md
index 093701b6ec..73c1f6ed8e 100644
--- a/site/dev/sheriffing/android.md
+++ b/site/dev/sheriffing/android.md
@@ -39,7 +39,12 @@ We also have autorollers into release branches (also restricted only to Googlers
* [https://android-o-roll.skia.org](https://android-o-roll.skia.org).
-Changes created by these rollers include all change authors. These changes need to be manually approved after adding details of the fixed bugs in the description.
+Changes created by these rollers need to be manually approved.<br/>
+The changes created by the release rollers:
+
+* Include all authors of merged changes so that they can watch the roll.
+* Extracts all buganizer bugs of the form 'BUG=b/123' or 'Bug: b/456' and creates a single line in the merge change 'Bug: 123, 456'.
+* Collects all 'Test: ' lines and carries them over to the merge change.
<a name="view_current_upcoming_robocops"></a>