Skip to content

Commit b972f48

Browse files
recipe-rollerSkCQ
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/8705902228313758625 depot_tools: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/45ca62ae3aab01c35e7c2f868f449f213d30d68a~..c79d91a20373563ae1c9442c691e74738200e360 45ca62a ([email protected]) Refactors the GCS dependency handling to unify the check for Cog c79d91a ([email protected]) repo: Update from upstream 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. [email protected] Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: I638f44a2581d5a255222490893388319638d82f0 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/1043517 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 9b51737 commit b972f48

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

infra/bots/README.recipes.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -551,11 +551,11 @@ Run the DM test.
551551

552552
&mdash; **def [RunSteps](/infra/bots/recipe_modules/xcode/examples/full.py#15)(api):**
553553

554-
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/778a576e20053a8d1edf8e7d7185bacc02bc1a7a/recipes/README.recipes.md#recipe_modules-bot_update
555-
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/778a576e20053a8d1edf8e7d7185bacc02bc1a7a/recipes/README.recipes.md#recipe_modules-gclient
556-
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/778a576e20053a8d1edf8e7d7185bacc02bc1a7a/recipes/README.recipes.md#recipe_modules-git
557-
[depot_tools/recipe_modules/gitiles]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/778a576e20053a8d1edf8e7d7185bacc02bc1a7a/recipes/README.recipes.md#recipe_modules-gitiles
558-
[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/778a576e20053a8d1edf8e7d7185bacc02bc1a7a/recipes/README.recipes.md#recipe_modules-tryserver
554+
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c79d91a20373563ae1c9442c691e74738200e360/recipes/README.recipes.md#recipe_modules-bot_update
555+
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c79d91a20373563ae1c9442c691e74738200e360/recipes/README.recipes.md#recipe_modules-gclient
556+
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c79d91a20373563ae1c9442c691e74738200e360/recipes/README.recipes.md#recipe_modules-git
557+
[depot_tools/recipe_modules/gitiles]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c79d91a20373563ae1c9442c691e74738200e360/recipes/README.recipes.md#recipe_modules-gitiles
558+
[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c79d91a20373563ae1c9442c691e74738200e360/recipes/README.recipes.md#recipe_modules-tryserver
559559
[recipe_engine/recipe_modules/cipd]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/9eb5918fd499fc36a11574bea92d5ab06fe12831/README.recipes.md#recipe_modules-cipd
560560
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/9eb5918fd499fc36a11574bea92d5ab06fe12831/README.recipes.md#recipe_modules-context
561561
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/9eb5918fd499fc36a11574bea92d5ab06fe12831/README.recipes.md#recipe_modules-file

infra/config/recipes.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"deps": {
1515
"depot_tools": {
1616
"branch": "refs/heads/main",
17-
"revision": "778a576e20053a8d1edf8e7d7185bacc02bc1a7a",
17+
"revision": "c79d91a20373563ae1c9442c691e74738200e360",
1818
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
1919
},
2020
"recipe_engine": {

0 commit comments

Comments
 (0)