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.
The build that created this CL was
https://ci.chromium.org/b/8782258721302708241
depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/1398e4fc6999ef6423626c782599e88bc7fcb5fb
1398e4f (jojwang@google.com)
Update stacked changes dogfood message.
fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+/e9a7a418a32acd48bf55eb2cb0472fb38cbcca06
e9a7a41 (godofredoc@google.com)
Add a property to track comments existence.
recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/e78c443e907a7e3b154014d48f94c02c228e9337~..1b4211f38c7a4be6ce7cf7a7da90323c528e0833
e78c443 (sshrimp@google.com)
Add update_invocation to resultdb module
1b4211f (jwata@google.com)
[url] Fix pycurl.py to strip prefix
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@grotations.appspotmail.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I894f46957cc5f5c4913b53ab09d3cf01ce8803b2
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/43560
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: 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 e532e43..2e646ff 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -23,17 +23,17 @@
"deps": {
"depot_tools": {
"branch": "refs/heads/main",
- "revision": "ce9bc414c07595cb36956a74ed290e73fee5c699",
+ "revision": "1398e4fc6999ef6423626c782599e88bc7fcb5fb",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"fuchsia": {
"branch": "refs/heads/main",
- "revision": "cbbffb3f3fc8e4c7f3f7c1f72fd9fa75a1d1cb85",
+ "revision": "e9a7a418a32acd48bf55eb2cb0472fb38cbcca06",
"url": "https://fuchsia.googlesource.com/infra/recipes.git"
},
"recipe_engine": {
"branch": "refs/heads/main",
- "revision": "8389d65c78d6dcd1918e5f82ca4d291ece6a5e9d",
+ "revision": "1b4211f38c7a4be6ce7cf7a7da90323c528e0833",
"url": "https://chromium.googlesource.com/infra/luci/recipes-py.git"
}
},