crosvm/infra/config/recipes.cfg
Dennis Kempin 6b2b2184fd infra: Add example verify_cl recipe
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>
2022-05-04 21:40:49 +00:00

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"
]
}
}
}