[recipes.cfg] Disable autoroller
authorRobert Iannucci <iannucci@google.com>
Wed, 29 Mar 2017 21:41:50 +0000 (14:41 -0700)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Thu, 30 Mar 2017 01:09:00 +0000 (01:09 +0000)
Bug: skia:
Change-Id: Ie87deb32bf2fb257b1aac25bdef9d5c978d0320b
Reviewed-on: https://skia-review.googlesource.com/10542
Reviewed-by: Ravi Mistry <rmistry@google.com>
Commit-Queue: Ravi Mistry <rmistry@google.com>

infra/config/recipes.cfg

index 3315b57..b477d3e 100644 (file)
     }
   ],
   "project_id": "skia",
-  "recipes_path": "infra/bots"
-}
\ No newline at end of file
+  "recipes_path": "infra/bots",
+  "autoroll_recipe_options": {
+    "disable_reason": "PRESUBMIT.py is incompatible with the autoroller.",
+    "trivial": {
+      "tbr_emails": [
+        "borenet@google.com"
+      ],
+      "automatic_commit": true
+    },
+    "nontrivial": {
+      "automatic_commit_dry_run": true
+    }
+  }
+}