crosvm/infra/config/recipes.cfg

35 lines
931 B
INI
Raw Normal View History

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