mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2025-02-06 18:38:01 +00:00
The recipe follows luci onboarding instructions to verify configuration. It currently just checks out the gerrit change provided as input. BUG=1300370 TEST=Basic test included Change-Id: I249ce2124f4b161465d7603155cbe25a85d2551a Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/crosvm/+/3626223 Reviewed-by: Daniel Verkamp <dverkamp@chromium.org> Tested-by: kokoro <noreply+kokoro@google.com> Reviewed-by: Yuanjun Huang <yuanjunh@google.com>
30 lines
828 B
INI
30 lines
828 B
INI
{
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|