Roll recipe dependencies (trivial). This is an automated CL created by the recipe roller. This CL rolls recipe changes from upstream projects (build, depot_tools, fuchsia, recipe_engine) into this repository. build: https://crrev.com/1b169db28b9dd1325c1ffad3b6b807bec2cd29db (isamsonov@google.com) Add trybot config for highdpi-rel. depot_tools: https://crrev.com/42033b2c6a25dda81bdce4547ea61a29abab79a0 (linyhe@microsoft.com) Fix gclient-new-workdir when source repo is shallow clone fuchsia: https://crrev.com/80bf0d062b8655815d0df747233cdde226204bd6 (atyfto@google.com) [dart_flutter_roller] Add dryrun support https://crrev.com/37dd2530a179573080d05a836420e1ca8c1a6ff2 (mseaborn@google.com) [swarming_retry] Refactor boosting of priority for retried tasks https://crrev.com/24fe7b854ed77bbaa813823c138f7c74a7912c0b (mseaborn@google.com) [testing] Change deprecated_test() to match test_in_shards() in two respects https://crrev.com/0af7a152edf85d5dbe07faab262ed7ffe035d92d (mseaborn@google.com) [testing] Refactor: Merge deprecated_test() and test_in_shards() implementations recipe_engine: https://crrev.com/db16f4a77fed59430dec426ff459339638a5bebd (iannucci@chromium.org) [comprehensive_ui] Use python instead of echo for windows compat. https://crrev.com/4af7811ff97185909adb1a058be892162eaeca92 (olivernewman@google.com) [cipd] Add helper method for ensuring a CIPD tool More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug. TBR=godofredoc@google.com, keyonghan@google.com, wutong@google.com Recipe-Tryjob-Bypass-Reason: Autoroller Bugdroid-Send-Email: False Change-Id: I7642fbaacc61df328ae6039dd2d62f02a41a138c Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/3080 Reviewed-by: 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 07d8e31..b32ef73 100644 --- a/infra/config/recipes.cfg +++ b/infra/config/recipes.cfg
@@ -22,22 +22,22 @@ "deps": { "build": { "branch": "refs/heads/master", - "revision": "a23c297b2a1a6f3fcf4e26f988755af03d15abb3", + "revision": "03b25bad088e6aa56502fb55f04971560ac1c9ac", "url": "https://chromium.googlesource.com/chromium/tools/build" }, "depot_tools": { "branch": "refs/heads/master", - "revision": "942c97d6260f4b9f70e358bbd5c6bb55750123da", + "revision": "42033b2c6a25dda81bdce4547ea61a29abab79a0", "url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git" }, "fuchsia": { "branch": "refs/heads/master", - "revision": "12c337ff8b03b55a1d047f485beb56c746d2cb93", + "revision": "ba1942ecae584082cd057f19cfa2cb5f227c9ddd", "url": "https://fuchsia.googlesource.com/infra/recipes.git" }, "recipe_engine": { "branch": "refs/heads/master", - "revision": "33d170546318d569bda45360dde56b4bde7784cf", + "revision": "4af7811ff97185909adb1a058be892162eaeca92", "url": "https://chromium.googlesource.com/infra/luci/recipes-py.git" } },