Roll recipe dependencies (trivial).
This is an automated CL created by the recipe roller. This CL rolls recipe
changes from upstream projects (depot_tools, fuchsia, recipe_engine) into this repository.
depot_tools:
https://crrev.com/067f0e55d3764ee267cf5ce6e61054ebe6860e54 (bryner@google.com)
cpython3 3.8.10.chromium.23 to depot_tools stable.
https://crrev.com/2efe3d74baaa3f7918fe7a9fd0c00c7a6cc8a967 (iannucci@chromium.org)
[windows_sdk] Make sdk json-finding more flexible.
https://crrev.com/26bee44dc267cc146fa2ab58f3841d3ab93e7027 (rmhasan@google.com)
Update the regex used for searching for ETag's in gsutil's output
https://crrev.com/99c78e11fa46815bec30a09e10f920bd5209780a (ukai@google.com)
Roll out new goma client binary VERSION=238
https://crrev.com/41ed8341a5977059ed9f4684f8e553a4acdd62de (iannucci@chromium.org)
[windows_sdk] Fix json finder arguments.
https://crrev.com/d8c84597ce635d46a9ea7326a64f1a36a6afe70a (gavinmak@google.com)
Use ort strategy when applying patch
https://crrev.com/176a9e8764598a6da911e6be2fd12e46def8d6f5 (yuanjunh@google.com)
[cipd] Update bb tool
https://crrev.com/1c7dec337d646d7b842d52355576729992382f0f (ajgo@chromium.org)
[windows_sdk] Use correct path within cipd package
fuchsia:
https://crrev.com/0ac91d658cb8d130dc51baf537a51cd55f70241b (gulfem@google.com)
[ffmpeg] Include prebuilt variants in CIPD package
https://crrev.com/68aa5db65b7dc4f76655314cd9d610897649d27f (olivernewman@google.com)
[python3] Remove py2 support from remaining recipe modules
https://crrev.com/9a124a601a5af188430c1bddea4bd64f6edbb454 (atyfto@google.com)
[checkout] Respect gitiles_commit + gerrit_change w/ module flag
https://crrev.com/ffd9c656ad975fe58fa4d5e6aa3ed14b829631c7 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
[roll] Update tools to latest
https://crrev.com/363a22459de2e7faa496815fb3c6105c2c04b7b0 (atyfto@google.com)
[fuchsia_roller] Add include_tryjobs option
https://crrev.com/e98694153a1fda9573c4917057898ed0d22a9c06 (olivernewman@google.com)
[checkout] Rename incremental_build to use_incremental_cache
https://crrev.com/bd0a024067516bc15176cc2aa302445562812303 (ihuh@google.com)
[sdk] Upload product_bundles.json to non-platform-specific GCS location.
https://crrev.com/50c1c2e8d8705adb3e77e9ff3148c684857128ac (yuanzhi@google.com)
[femu] Remove url from cipd ref.
recipe_engine:
https://crrev.com/3ac241e81e9b9a78c25d95fdfa1d3d0feb1535ff (olivernewman@google.com)
Include log name in unknown log type error
https://crrev.com/a92ad28ee91e4c93687368996a459702b010b032 (gbeaty@chromium.org)
Fix typo that causes failures for PY2+3 tests with --py3-only.
https://crrev.com/0f2cbbeaa09ac59b6d92ff7327c55ec2b7f3dc70 (zhaoyangli@chromium.org)
Add get sub invocation api to ResultDB recipe API
More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
TBR=keyonghan@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I29184607c70427e227d09919424b306c3b7fd197
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/21680
Reviewed-by: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Keyong Han <keyonghan@google.com>
Commit-Queue: Keyong Han <keyonghan@google.com>
diff --git a/infra/config/recipes.cfg b/infra/config/recipes.cfg
index fc10db2..a316730 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -25,17 +25,17 @@
"deps": {
"depot_tools": {
"branch": "refs/heads/main",
- "revision": "364aa7d6e3a580bdfb4161cb40533912b5a9c2bb",
+ "revision": "1c7dec337d646d7b842d52355576729992382f0f",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"fuchsia": {
"branch": "refs/heads/main",
- "revision": "78a8cc96149274a7213d0b4a035daa6a3beab97d",
+ "revision": "50c1c2e8d8705adb3e77e9ff3148c684857128ac",
"url": "https://fuchsia.googlesource.com/infra/recipes.git"
},
"recipe_engine": {
"branch": "refs/heads/main",
- "revision": "255926841d709ba275bd4e0b2e5456beccdf3ae2",
+ "revision": "0f2cbbeaa09ac59b6d92ff7327c55ec2b7f3dc70",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},