[recipes.cfg] Disable autoroller

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>
This commit is contained in:
Robert Iannucci 2017-03-29 14:41:50 -07:00 committed by Skia Commit-Bot
parent eeb3cb1286
commit d1443efcb8

View File

@ -21,5 +21,17 @@
}
],
"project_id": "skia",
"recipes_path": "infra/bots"
}
"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
}
}
}