mirror of
https://chromium.googlesource.com/crosvm/crosvm
synced 2024-11-24 20:48:55 +00:00
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/8739146284324693185
depot_tools:
04a2e71a92
04a2e71 (ayatane@chromium.org)
[metrics] Add new auth metric
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: I0e11af27c18d643c70c11b113f4dabdb2ee4ee22
Reviewed-on: https://chromium-review.googlesource.com/c/crosvm/crosvm/+/5798662
Commit-Queue: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: Recipe Roller <recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com>
This commit is contained in:
parent
008c3bc170
commit
f0380eee47
2 changed files with 6 additions and 6 deletions
|
@ -181,11 +181,11 @@ This recipe requires ambient luci authentication. To test locally run:
|
|||
|
||||
— **def [RunSteps](/infra/recipes/update_chromeos_merges.py#14)(api):**
|
||||
|
||||
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/a3e6229714a4cd67f5e24c0f4cd6e7f579a74019/recipes/README.recipes.md#recipe_modules-bot_update
|
||||
[depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/a3e6229714a4cd67f5e24c0f4cd6e7f579a74019/recipes/README.recipes.md#recipe_modules-depot_tools
|
||||
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/a3e6229714a4cd67f5e24c0f4cd6e7f579a74019/recipes/README.recipes.md#recipe_modules-gclient
|
||||
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/a3e6229714a4cd67f5e24c0f4cd6e7f579a74019/recipes/README.recipes.md#recipe_modules-git
|
||||
[depot_tools/recipe_modules/gsutil]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/a3e6229714a4cd67f5e24c0f4cd6e7f579a74019/recipes/README.recipes.md#recipe_modules-gsutil
|
||||
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/04a2e71a925ee4df863d6973df488dac0e087505/recipes/README.recipes.md#recipe_modules-bot_update
|
||||
[depot_tools/recipe_modules/depot_tools]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/04a2e71a925ee4df863d6973df488dac0e087505/recipes/README.recipes.md#recipe_modules-depot_tools
|
||||
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/04a2e71a925ee4df863d6973df488dac0e087505/recipes/README.recipes.md#recipe_modules-gclient
|
||||
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/04a2e71a925ee4df863d6973df488dac0e087505/recipes/README.recipes.md#recipe_modules-git
|
||||
[depot_tools/recipe_modules/gsutil]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/04a2e71a925ee4df863d6973df488dac0e087505/recipes/README.recipes.md#recipe_modules-gsutil
|
||||
[recipe_engine/recipe_modules/buildbucket]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ee04e981697e98043a91855c4caf0e3ee0b99cd7/README.recipes.md#recipe_modules-buildbucket
|
||||
[recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ee04e981697e98043a91855c4caf0e3ee0b99cd7/README.recipes.md#recipe_modules-cipd
|
||||
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/ee04e981697e98043a91855c4caf0e3ee0b99cd7/README.recipes.md#recipe_modules-context
|
||||
|
|
|
@ -20,7 +20,7 @@
|
|||
"deps": {
|
||||
"depot_tools": {
|
||||
"branch": "refs/heads/main",
|
||||
"revision": "a3e6229714a4cd67f5e24c0f4cd6e7f579a74019",
|
||||
"revision": "04a2e71a925ee4df863d6973df488dac0e087505",
|
||||
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
|
||||
},
|
||||
"recipe_engine": {
|
||||
|
|
Loading…
Reference in a new issue