diff options
author | Ravi Mistry <rmistry@google.com> | 2017-04-12 12:51:05 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-04-12 17:03:17 +0000 |
commit | 6d2cf4726c0aa63c7ca5f17dba0b93d3534d9cb6 (patch) | |
tree | 3631ceaaaecb8c45906051f1f52df02b7689e163 /site | |
parent | 671cd72c0ae64b1a4d368591f1ec974acab23635 (diff) |
Update Android autoroller documentation
BUG=skia:5538
NOTRY=true
DOCS_PREVIEW= https://skia.org/?cl=13266
Change-Id: I76fa8db5ea9916fab2ef0f8058157dac96d52517
Change-Id: I76fa8db5ea9916fab2ef0f8058157dac96d52517
Reviewed-on: https://skia-review.googlesource.com/13266
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.md | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/site/dev/sheriffing/android.md b/site/dev/sheriffing/android.md index fd2544e546..f730f85dff 100644 --- a/site/dev/sheriffing/android.md +++ b/site/dev/sheriffing/android.md @@ -26,19 +26,15 @@ The RoboCop's job is NOT to address issues in Perf and Gold. You'll get your cha 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. +The Android autoroller runs on [https://android-master-roll.skia.org](android-master-roll.skia.org) and is accessible only to Googlers.<br/> +The autoroller's status is displayed on Skia's [status page](https://status.skia.org/). -If you need to stop the autoroller then do the following steps: +You can send the autoroller into dry run mode via the UI. The uploaded change will not autosubmit when it is in dry run mode. -* echo stop > /tmp/action -* gsutil cp /tmp/action gs://skia-android-autoroller/action +You can also stop the autoroller via the UI. This is useful in cases where a failure needs to be investigated and you do not want to waste TH resources by running unnecessary tests. -To turn the autoroller back on: +If you need any more information about the autoroller please look at [skia:5538](https://bugs.chromium.org/p/skia/issues/detail?id=5538) or ask rmistry@ / skiabot@. -* 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 |