Add robocop instructions on how to interact with the autoroller
authorRavi Mistry <rmistry@google.com>
Mon, 9 Jan 2017 19:31:33 +0000 (14:31 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Mon, 9 Jan 2017 20:02:10 +0000 (20:02 +0000)
BUG=skia:6065

NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=6812

Change-Id: I04acc6d4a75ce01a3c0af94091ada84aeadc7da8
Reviewed-on: https://skia-review.googlesource.com/6812
Reviewed-by: Derek Sollenberger <djsollen@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>

site/dev/sheriffing/android.md

index e3c2f37..2845d29 100644 (file)
@@ -4,6 +4,7 @@ Android RoboCop Documentation
 ### Contents ###
 
 *   [What does a Android RoboCop do?](#what_is_a_robocop)
+*   [Android Autoroller](#autoroller_doc)
 *   [View current and upcoming RoboCops](#view_current_upcoming_robocops)
 *   [How to swap RoboCop shifts](#how_to_swap)
 
@@ -14,13 +15,31 @@ What does a Android RoboCop do?
 
 The RoboCop has two primary jobs:
 
-1) Monitor and approve the semi-autonomous [git merges](https://googleplex-android-review.git.corp.google.com/#/q/owner:31977622648%2540project.gserviceaccount.com+status:open) from Skia's repository into the Android source tree.
+1) Monitor and approve the semi-autonomous [git merges](https://googleplex-android-review.git.corp.google.com/#/q/owner:31977622648%2540project.gserviceaccount.com+status:open) from Skia's repository into the Android source tree. See autoroller documentation <a href="#autoroller_doc">here</a> for details on how to interact with it.
 
 2) Stay on top of incoming Android-related bugs in both the [Skia](https://bugs.chromium.org/p/skia/issues/list?can=2&q=OpSys%3DAndroid&sort=-id&colspec=ID+Type+Status+Priority+Owner+Summary&cells=tiles) and [Android](https://buganizer.corp.google.com/issues?q=componentid:1346%20status:open) bug trackers.  For Skia bugs, this means triaging and assigning all Android bugs that are currently unassigned.  For Android, this means following the [Android guidelines](go/android-buganizer) to verifying that all Skia bugs are TL-triaged (if not reach out to djsollen@).
 
 The RoboCop's job is NOT to address issues in Perf and Gold. You'll get your chance when you are the general Skia sheriff.
 
 
+<a name="autoroller_doc"></a>
+Android Autoroller
+------------------
+
+The Android autoroller runs on the [client.skia.internal](https://chromegw.corp.google.com/i/client.skia.internal/console) master using the [merge_into_android.py](https://chrome-internal.googlesource.com/chrome/tools/build_limited/scripts/slave/+/master/skia/merge_into_android.py) recipe.
+
+If you need to stop the autoroller then do the following steps:
+
+* echo "stop" > /tmp/action
+* gsutil cp /tmp/action gs://skia-android-autoroller/action
+
+To turn the autoroller back on:
+
+* echo "start" > /tmp/action
+* gsutil cp /tmp/action gs://skia-android-autoroller/action
+
+If you need any more information about the autoroller please look at [skia:6065](https://bugs.chromium.org/p/skia/issues/detail?id=6065) or ask rmistry@ / skiabot@.
+
 <a name="view_current_upcoming_robocops"></a>
 View current and upcoming RoboCops
 ----------------------------------