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": {
"extra_reviewer_emails": [
"denniskempin@google.com"
],
"automatic_commit_dry_run": true,
"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": "5a99ae53126f4cdc37a140716916774d021aa037",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"recipe_engine": {
"branch": "refs/heads/main",
"revision": "4b7ba01b8ce8d4052feff1408188ef7932351b91",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},
"recipes_path": "infra",
"repo_name": "crosvm"
}