Add autoroll configuration

We want to auto-submit trivial rolls and send non-trivial ones
to denniskempin@ for now. This will later be replaced with
a rotation.

BUG=None
TEST=None

Change-Id: I57c4707262cc3a09a70dff9013b9e1c8c434eef0
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3615514
Reviewed-by: Yuanjun Huang <yuanjunh@google.com>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Tested-by: Dennis Kempin <denniskempin@google.com>
This commit is contained in:
Dennis Kempin 2022-04-28 22:27:03 +00:00
parent 05ef6b1679
commit 91ad3eb689

View file

@ -9,5 +9,17 @@
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},
"recipes_path": "infra"
"recipes_path": "infra",
"autoroll_recipe_options": {
"nontrivial": {
"automatic_commit_dry_run": true,
"set_autosubmit": true
},
"trivial": {
"automatic_commit": true,
"tbr_emails": [
"denniskempin@google.com"
]
}
}
}