From 0ae3b8d578601f93045a5f60ff262b637c9612f4 Mon Sep 17 00:00:00 2001 From: Dennis Kempin Date: Thu, 14 Jul 2022 20:52:37 +0000 Subject: [PATCH] infra: Disable recipe rolls until permissions are set up BUG=b:239081770 TEST=None Change-Id: I39667c367d5c2ca998c395b54b2f706f9ac5ac8f Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/3764461 Auto-Submit: Dennis Kempin Reviewed-by: Daniel Verkamp Tested-by: Dennis Kempin Commit-Queue: Daniel Verkamp --- infra/config/recipes.cfg | 2 ++ 1 file changed, 2 insertions(+) diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 26506e4171..62223f9ed0 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg @@ -1,6 +1,8 @@ { "api_version": 2, "autoroll_recipe_options": { + "no_cc_authors": true, + "disable_reason": "Missing CQ permissions.", "nontrivial": { "automatic_commit_dry_run": true, "set_autosubmit": true