unplugged-system/external/crosvm/infra/config/recipes.cfg

37 lines
988 B
INI

{
"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": "e8e3e3efcfdb49aa582338abc3027ab643ccae1f",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"recipe_engine": {
"branch": "refs/heads/main",
"revision": "b558aa996d1ebbf054decd3bbc5fbda769359445",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},
"py3_only": true,
"recipes_path": "infra",
"repo_name": "crosvm",
"require_py3_compatibility": true
}