Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (recipe_engine) into this repository.

recipe_engine:
9f66864e52~..14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e
  9f66864 (yiwzhang@google.com)
      stop calling basicconfig in subcommand because it is now always...
  a9d52af (yiwzhang@google.com)
      py3: add .vpython3 to .gitattributes so that it will be bundled
  14aeb4f (yiwzhang@google.com)
      py3: use zlib module to compress the build proto stream

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

R=borenet@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I6367990d56654b150e8559af2b9c5dafa82feea8
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/432960
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:
recipe-roller 2021-07-26 13:12:34 -07:00 committed by SkCQ
parent f4aab0584d
commit 8c1eae1a18
2 changed files with 17 additions and 17 deletions

View File

@ -503,18 +503,18 @@ Run the DM test.
&mdash; **def [RunSteps](/infra/bots/recipe_modules/vars/examples/full.py#15)(api):**
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c6c49264ce0cfc82e049b34e39fc70886b4a4e60/recipes/README.recipes.md#recipe_modules-bot_update
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c6c49264ce0cfc82e049b34e39fc70886b4a4e60/recipes/README.recipes.md#recipe_modules-gclient
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c6c49264ce0cfc82e049b34e39fc70886b4a4e60/recipes/README.recipes.md#recipe_modules-git
[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/c6c49264ce0cfc82e049b34e39fc70886b4a4e60/recipes/README.recipes.md#recipe_modules-tryserver
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-context
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-file
[recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-json
[recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-path
[recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-platform
[recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-properties
[recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-python
[recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-raw_io
[recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-step
[recipe_engine/recipe_modules/time]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/README.recipes.md#recipe_modules-time
[recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/7d762708d4fafd9b0b3ed7fb60a369fdd4531a90/recipe_engine/recipe_api.py#881
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/b88ad8e63c0dab73b71c6373be88d9272327463f/recipes/README.recipes.md#recipe_modules-bot_update
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/b88ad8e63c0dab73b71c6373be88d9272327463f/recipes/README.recipes.md#recipe_modules-gclient
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/b88ad8e63c0dab73b71c6373be88d9272327463f/recipes/README.recipes.md#recipe_modules-git
[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/b88ad8e63c0dab73b71c6373be88d9272327463f/recipes/README.recipes.md#recipe_modules-tryserver
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-context
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-file
[recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-json
[recipe_engine/recipe_modules/path]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-path
[recipe_engine/recipe_modules/platform]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-platform
[recipe_engine/recipe_modules/properties]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-properties
[recipe_engine/recipe_modules/python]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-python
[recipe_engine/recipe_modules/raw_io]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-raw_io
[recipe_engine/recipe_modules/step]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-step
[recipe_engine/recipe_modules/time]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/README.recipes.md#recipe_modules-time
[recipe_engine/wkt/RecipeApi]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e/recipe_engine/recipe_api.py#881

View File

@ -14,12 +14,12 @@
"deps": {
"depot_tools": {
"branch": "master",
"revision": "c6c49264ce0cfc82e049b34e39fc70886b4a4e60",
"revision": "b88ad8e63c0dab73b71c6373be88d9272327463f",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"recipe_engine": {
"branch": "master",
"revision": "7d762708d4fafd9b0b3ed7fb60a369fdd4531a90",
"revision": "14aeb4fc9d57d144be6ba3cc8b6b948fa5d74e6e",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},