Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (fuchsia, recipe_engine) into this repository. The build that created this CL was https://ci.chromium.org/b/8685490290403252673 fuchsia: https://fuchsia.googlesource.com/infra/recipes.git/+log/35077a59ec378fa0498c615fdefa354ca4e45179~..4435e1f70b5b84b29a62675f2a30d8c9bcc695c7 35077a5 (nickvander@google.com) [docs_roller] Fix remote URL missing scheme in auto_roller 6c71ca8 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com) [roll] Update pinned tools b379211 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com) [roll] Update coverage pinned tools 1912bc4 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com) [roll] Update pinned tools 4435e1f (mohrr@google.com) [bisector] Add builder links recipe_engine: https://chromium.googlesource.com/infra/luci/recipes-py.git/+/02c9401ebfd1b0447bf698c2802f8ce9b0fe30d0 02c9401 (yuje@google.com) Clean up some Python 2->3 migration code that's no longer needed. 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=flutter-infra-notify+luci-recipes@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Ignore-Freeze: Autoroller Bugdroid-Send-Email: False Change-Id: Ie45a414c8c839f7ad4e8657208de5872d3586561 Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/77160 Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg index 53bef3e..be04d21 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg
@@ -22,22 +22,22 @@ "deps": { "dart": { "branch": "refs/heads/main", - "revision": "5637894308d8b4886fba59d792491d2edbe85b8a", + "revision": "eeae7d0c38971acbb3f336fdf4a8072c7eb92680", "url": "https://dart.googlesource.com/recipes.git" }, "depot_tools": { "branch": "refs/heads/main", - "revision": "f63aa542d288ba4c73043329d097570688980df2", + "revision": "a2fbfff2df474d0da5f3eadc1c5d425ce904216e", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "fuchsia": { "branch": "refs/heads/main", - "revision": "cc940ea4c88365b78f5bce99c60bff3cddfbe120", + "revision": "4435e1f70b5b84b29a62675f2a30d8c9bcc695c7", "url": "https://fuchsia.googlesource.com/infra/recipes.git" }, "recipe_engine": { "branch": "refs/heads/main", - "revision": "c452dab063c5669ebe603579f3e9a2401c5bfb55", + "revision": "02c9401ebfd1b0447bf698c2802f8ce9b0fe30d0", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },