crosvm/infra/config/recipes.cfg

31 lines
828 B
INI
Raw Normal View History

{
"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"
},
"depot_tools": {
"branch": "refs/heads/main",
"revision": "8a87603683bda769d437e48cc1a7494a2e237ead",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.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"
]
}
}
}