From 4d67872733ec0c29149c7c6ee2ed4884e5c07c44 Mon Sep 17 00:00:00 2001 From: Aaron Gable Date: Fri, 31 Jan 2020 18:06:49 +0000 Subject: [PATCH] Enable recipe-roller autosubmit Bug: 773529 Change-Id: If00fae56890e7826f9a08ccafe7d45fff2d31ed0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/2015615 Commit-Queue: Stephen Martinis Reviewed-by: Stephen Martinis Reviewed-by: Andrii Shyshkalov Auto-Submit: Aaron Gable --- infra/config/recipes.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index a067dd3e9..c79603200 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -2,7 +2,8 @@ "api_version": 2, "autoroll_recipe_options": { "nontrivial": { - "automatic_commit_dry_run": true + "automatic_commit_dry_run": true, + "set_autosubmit": true }, "trivial": { "automatic_commit": true,