| <!--- AUTOGENERATED BY `./recipes.py test train` --> |
| # Repo documentation for [gerrit](https://gerrit.googlesource.com/luci-config.git) |
| ## Table of Contents |
| |
| **[Recipes](#Recipes)** |
| * [gerrit](#recipes-gerrit) |
| * [git-repo](#recipes-git-repo) |
| * [luci-test](#recipes-luci-test) |
| ## Recipes |
| |
| ### *recipes* / [gerrit](/recipes/recipes/gerrit.py) |
| |
| [DEPS](/recipes/recipes/gerrit.py#11): [depot\_tools/gsutil][depot_tools/recipe_modules/gsutil], [fuchsia/git][fuchsia/recipe_modules/git], [infra/zip][infra/recipe_modules/zip], [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/nodejs][recipe_engine/recipe_modules/nodejs], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/raw\_io][recipe_engine/recipe_modules/raw_io], [recipe\_engine/step][recipe_engine/recipe_modules/step] |
| |
| |
| — **def [RunSteps](/recipes/recipes/gerrit.py#25)(api):** |
| ### *recipes* / [git-repo](/recipes/recipes/git-repo.py) |
| |
| [DEPS](/recipes/recipes/git-repo.py#15): [depot\_tools/bot\_update][depot_tools/recipe_modules/bot_update], [depot\_tools/gclient][depot_tools/recipe_modules/gclient], [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/step][recipe_engine/recipe_modules/step] |
| |
| |
| — **def [RunSteps](/recipes/recipes/git-repo.py#40)(api):** |
| |
| — **def [gclient\_config](/recipes/recipes/git-repo.py#27)(api):** |
| |
| Generate a gclient configuration to check out git-repo. |
| |
| Return: (config) A gclient recipe module configuration. |
| ### *recipes* / [luci-test](/recipes/recipes/luci-test.py) |
| |
| [DEPS](/recipes/recipes/luci-test.py#9): [depot\_tools/gerrit][depot_tools/recipe_modules/gerrit], [depot\_tools/gsutil][depot_tools/recipe_modules/gsutil], [fuchsia/git\_checkout][fuchsia/recipe_modules/git_checkout], [infra/zip][infra/recipe_modules/zip], [recipe\_engine/buildbucket][recipe_engine/recipe_modules/buildbucket], [recipe\_engine/context][recipe_engine/recipe_modules/context], [recipe\_engine/file][recipe_engine/recipe_modules/file], [recipe\_engine/json][recipe_engine/recipe_modules/json], [recipe\_engine/nodejs][recipe_engine/recipe_modules/nodejs], [recipe\_engine/path][recipe_engine/recipe_modules/path], [recipe\_engine/step][recipe_engine/recipe_modules/step] |
| |
| |
| — **def [RunSteps](/recipes/recipes/luci-test.py#24)(api):** |
| |
| [depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/6daca505974e4efe9df926521daca261f25f1994/recipes/README.recipes.md#recipe_modules-bot_update |
| [depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/6daca505974e4efe9df926521daca261f25f1994/recipes/README.recipes.md#recipe_modules-gclient |
| [depot_tools/recipe_modules/gerrit]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/6daca505974e4efe9df926521daca261f25f1994/recipes/README.recipes.md#recipe_modules-gerrit |
| [depot_tools/recipe_modules/gsutil]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/6daca505974e4efe9df926521daca261f25f1994/recipes/README.recipes.md#recipe_modules-gsutil |
| [fuchsia/recipe_modules/git]: https://fuchsia.googlesource.com/infra/recipes/+/a7d0607838e3e30032ae541f5265c7cb9579cf4b/README.recipes.md#recipe_modules-git |
| [fuchsia/recipe_modules/git_checkout]: https://fuchsia.googlesource.com/infra/recipes/+/a7d0607838e3e30032ae541f5265c7cb9579cf4b/README.recipes.md#recipe_modules-git_checkout |
| [infra/recipe_modules/zip]: https://chromium.googlesource.com/infra/infra.git/+/b4c479ea1959ecfa1abc34126334f983f3cb8c1e/recipes/README.recipes.md#recipe_modules-zip |
| [recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-buildbucket |
| [recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-context |
| [recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-file |
| [recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-json |
| [recipe_engine/recipe_modules/nodejs]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-nodejs |
| [recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-path |
| [recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-raw_io |
| [recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/f3a3b6e2d0d3f187f3d94de72bd7d9c5e5f85bf3/README.recipes.md#recipe_modules-step |