From b2e5564353be2974b1241d1bd57b3259100b14ea Mon Sep 17 00:00:00 2001 From: Robert Iannucci Date: Mon, 27 Mar 2017 18:18:35 -0700 Subject: [PATCH] [recipes.cfg] set autoroll recipe options Bug: Change-Id: Ie6b0df9729cdd34f138005ea811d2475de973a94 Reviewed-on: https://chromium-review.googlesource.com/461246 Reviewed-by: Nodir Turakulov Commit-Queue: Robbie Iannucci --- infra/config/recipes.cfg | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 5e2294bb2f..b74f1a4f0c 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -9,5 +9,14 @@ } ], "project_id": "depot_tools", - "recipes_path": "recipes" -} \ No newline at end of file + "recipes_path": "recipes", + "autoroll_recipe_options": { + "trivial": { + "tbr_emails": ["iannucci@chromium.org"], + "automatic_commit": true + }, + "nontrivial": { + "automatic_commit_dry_run": true + } + } +}