Skip to content

Commit 437d661

Browse files
recipe-rollercrosvm LUCI
authored andcommitted
Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (depot_tools) into this repository. The build that created this CL was https://ci.chromium.org/b/8740670702902418737 depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/0cb94fcfa962f2409479e7c0fa68926fc8ebc1c2~..40cece20d0eaae6fd41fcbc008480e71f2e3aed9 0cb94fc (ayatane@chromium.org) [git_common] Add type annotations 40cece2 (ayatane@chromium.org) [git_cl] Fix some type checking errors Please check the following references for more information: - autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller - rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback - cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md Use https://goo.gl/noib3a to file a bug. R=denniskempin@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: Ie6afe049077d9c608a35ca28d068ca4c51616038 Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5760871 Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
1 parent 66326a9 commit 437d661

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

infra/README.recipes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -181,11 +181,11 @@ This recipe requires ambient luci authentication. To test locally run:
181181

182182
&mdash; **def [RunSteps](/infra/recipes/update_chromeos_merges.py#14)(api):**
183183

184-
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/29838db8fe7c25fd04371afae1e1d93afede23a8/recipes/README.recipes.md#recipe_modules-bot_update
185-
[depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/29838db8fe7c25fd04371afae1e1d93afede23a8/recipes/README.recipes.md#recipe_modules-depot_tools
186-
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/29838db8fe7c25fd04371afae1e1d93afede23a8/recipes/README.recipes.md#recipe_modules-gclient
187-
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/29838db8fe7c25fd04371afae1e1d93afede23a8/recipes/README.recipes.md#recipe_modules-git
188-
[depot_tools/recipe_modules/gsutil]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/29838db8fe7c25fd04371afae1e1d93afede23a8/recipes/README.recipes.md#recipe_modules-gsutil
184+
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/40cece20d0eaae6fd41fcbc008480e71f2e3aed9/recipes/README.recipes.md#recipe_modules-bot_update
185+
[depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/40cece20d0eaae6fd41fcbc008480e71f2e3aed9/recipes/README.recipes.md#recipe_modules-depot_tools
186+
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/40cece20d0eaae6fd41fcbc008480e71f2e3aed9/recipes/README.recipes.md#recipe_modules-gclient
187+
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/40cece20d0eaae6fd41fcbc008480e71f2e3aed9/recipes/README.recipes.md#recipe_modules-git
188+
[depot_tools/recipe_modules/gsutil]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/40cece20d0eaae6fd41fcbc008480e71f2e3aed9/recipes/README.recipes.md#recipe_modules-gsutil
189189
[recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6eba71f1a495ae4a10a6b4c4771ba1323ef6339d/README.recipes.md#recipe_modules-buildbucket
190190
[recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6eba71f1a495ae4a10a6b4c4771ba1323ef6339d/README.recipes.md#recipe_modules-cipd
191191
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/6eba71f1a495ae4a10a6b4c4771ba1323ef6339d/README.recipes.md#recipe_modules-context

infra/config/recipes.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"deps": {
2121
"depot_tools": {
2222
"branch": "refs/heads/main",
23-
"revision": "29838db8fe7c25fd04371afae1e1d93afede23a8",
23+
"revision": "40cece20d0eaae6fd41fcbc008480e71f2e3aed9",
2424
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
2525
},
2626
"recipe_engine": {

0 commit comments

Comments
 (0)