Skip to content

Commit

Permalink
Roll recipe dependencies (trivial).
Browse files Browse the repository at this point in the history
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/8808273295453979969

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/ea11cc31c5f3d65e7ec1a18971319b26e54a04e7
  ea11cc3 ([email protected])
      Remove apply_patch_on_gclient property

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: I807da98ec873f48aea058291db91f16df5c995d4
Reviewed-on: https://skia-review.googlesource.com/c/skia/+/559717
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>
  • Loading branch information
recipe-roller authored and SkCQ committed Jul 18, 2022
1 parent 78b7d53 commit 57c128b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
8 changes: 4 additions & 4 deletions infra/bots/README.recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ PYTHON_VERSION_COMPATIBILITY: PY3

&mdash; **def [RunSteps](/infra/bots/recipe_modules/vars/examples/full.py#16)(api):**

[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/8168f76753ed3d622fc4b7b94bb1dbf7b8abdb95/recipes/README.recipes.md#recipe_modules-bot_update
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/8168f76753ed3d622fc4b7b94bb1dbf7b8abdb95/recipes/README.recipes.md#recipe_modules-gclient
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/8168f76753ed3d622fc4b7b94bb1dbf7b8abdb95/recipes/README.recipes.md#recipe_modules-git
[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/8168f76753ed3d622fc4b7b94bb1dbf7b8abdb95/recipes/README.recipes.md#recipe_modules-tryserver
[depot_tools/recipe_modules/bot_update]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/ea11cc31c5f3d65e7ec1a18971319b26e54a04e7/recipes/README.recipes.md#recipe_modules-bot_update
[depot_tools/recipe_modules/gclient]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/ea11cc31c5f3d65e7ec1a18971319b26e54a04e7/recipes/README.recipes.md#recipe_modules-gclient
[depot_tools/recipe_modules/git]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/ea11cc31c5f3d65e7ec1a18971319b26e54a04e7/recipes/README.recipes.md#recipe_modules-git
[depot_tools/recipe_modules/tryserver]: https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/ea11cc31c5f3d65e7ec1a18971319b26e54a04e7/recipes/README.recipes.md#recipe_modules-tryserver
[recipe_engine/recipe_modules/context]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/428eeaebf2e1de58ed1c7cae50daba3384d730cd/README.recipes.md#recipe_modules-context
[recipe_engine/recipe_modules/file]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/428eeaebf2e1de58ed1c7cae50daba3384d730cd/README.recipes.md#recipe_modules-file
[recipe_engine/recipe_modules/json]: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/428eeaebf2e1de58ed1c7cae50daba3384d730cd/README.recipes.md#recipe_modules-json
Expand Down
5 changes: 2 additions & 3 deletions infra/bots/recipes.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,10 +197,9 @@ def checkout_engine(engine_path, repo_root, recipes_cfg_path):
stdout=NUL,
stderr=NUL)
except subprocess.CalledProcessError:
_git_check_call(['fetch', url, branch],
_git_check_call(['fetch', '--quiet', url, branch],
cwd=engine_path,
stdout=NUL,
stderr=NUL)
stdout=NUL)

try:
_git_check_call(['diff', '--quiet', revision], cwd=engine_path)
Expand Down
2 changes: 1 addition & 1 deletion infra/config/recipes.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"deps": {
"depot_tools": {
"branch": "refs/heads/main",
"revision": "8168f76753ed3d622fc4b7b94bb1dbf7b8abdb95",
"revision": "ea11cc31c5f3d65e7ec1a18971319b26e54a04e7",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"recipe_engine": {
Expand Down

0 comments on commit 57c128b

Please sign in to comment.