mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-05 18:20:34 +00:00
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:
parent
05ef6b1679
commit
91ad3eb689
1 changed files with 13 additions and 1 deletions
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue