crosvm/infra/config/recipes.cfg
Dennis Kempin 91ad3eb689 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>
2022-04-28 22:32:31 +00:00

25 lines
623 B
INI

{
"api_version": 2,
"repo_name": "crosvm",
"canonical_repo_url": "https://chromium.googlesource.com/crosvm/crosvm.git",
"deps": {
"recipe_engine": {
"branch": "refs/heads/main",
"revision": "7b42800366a15f34b28e62f6bcb1cddcb2206db0",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},
"recipes_path": "infra",
"autoroll_recipe_options": {
"nontrivial": {
"automatic_commit_dry_run": true,
"set_autosubmit": true
},
"trivial": {
"automatic_commit": true,
"tbr_emails": [
"denniskempin@google.com"
]
}
}
}