aboutsummaryrefslogtreecommitdiffhomepage
path: root/infra
diff options
context:
space:
mode:
authorGravatar Robert Iannucci <iannucci@google.com>2017-03-28 12:11:12 -0700
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-28 19:57:32 +0000
commitd60ec0604743b2af7db53fcd9089e7e9eca2febd (patch)
treeb0c34182e488bbf51db43bc62d237ad5afa95109 /infra
parent3725f0a7dd2916c10bc6d0059821e19a5b4452c3 (diff)
[recipes.cfg] set autoroll recipe options
Bug: skia: Change-Id: Icdc01ffba00dfda37bcb467f2a4a33aef0991f56 Reviewed-on: https://skia-review.googlesource.com/10245 Reviewed-by: Eric Boren <borenet@google.com> Commit-Queue: Eric Boren <borenet@google.com>
Diffstat (limited to 'infra')
-rw-r--r--infra/config/recipes.cfg15
1 files changed, 13 insertions, 2 deletions
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index 6d13fce140..6f94191dee 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -21,5 +21,16 @@
}
],
"project_id": "skia",
- "recipes_path": "infra/bots"
-} \ No newline at end of file
+ "recipes_path": "infra/bots",
+ "autoroll_recipe_options": {
+ "trivial": {
+ "tbr_emails": [
+ "borenet@google.com"
+ ],
+ "automatic_commit": true
+ },
+ "nontrivial": {
+ "automatic_commit_dry_run": true
+ }
+ }
+}