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) into this repository.
build:
https://crrev.com/58bc9a4bb0f9cafbd2ad5e8747f8c0354dd7080f (guterman@google.com)
Enable analyze deps autorolls for linux-rel
https://crrev.com/f5c6a9725d2d1dc24e022b03764d0016f9a1e2e3 (martiniss@chromium.org)
Add production freeze presubmit for chromium_tests
https://crrev.com/6ce48865696b61210e435e67ca38a8469a8f3e98 (chanli@chromium.org)
[Resultdb] Wrap resultdb steps with try..catch block
https://crrev.com/7e08b9c094690ce1ba01c7ecfc6d1d21b3f530fe (svenzheng@chromium.org)
[lacros] Rename fyi linux-lacros-builder-rel and linux-lacros-tester-rel
depot_tools:
https://crrev.com/7291750ae258773233f671ae7c93a5bc4a388831 (ehmaldonado@google.com)
presubmit: Add dirmd_bin to CheckDirMetadataFormat.
fuchsia:
https://crrev.com/dec0710b92bb45d11a83f62b5f261dc834ca3147 (yuanzhi@google.com)
[resultdb] Add arg --output to resultdb upload recipe.
https://crrev.com/b39d539e47c8388c56a0e6e1f80798895e58c3c4 (atyfto@google.com)
[fxt] Add link for external test failures
https://crrev.com/d44093cf8939ce3c9ae28220d671a8d22139a1ef (jdkoren@google.com)
[recipes] generate dart md docs in firebase_docs
https://crrev.com/a3961e0370cd42fe81b7aa160bc1ed1af3300ffd (tmandry@google.com)
[rust_toolchain] Produce runtime.json for Rust runtimes
https://crrev.com/85b09758f7165688b273dcdf0f417babeadfa00f (phosek@google.com)
[ninja] Enable the use of ppoll on Linux
https://crrev.com/c02a62cf9377e04703a3c68aca1b38dbf34ec635 (ihuh@google.com)
[build] Store ninja targets in FuchsiaBuildResults.
https://crrev.com/94e9edf4899c4379a699a1dfc10b585ce05c845f (tmandry@google.com)
[rust_toolchain] Remove rls and rustfmt from rust package
https://crrev.com/97f7ce34262ddd44ed900cbe1d0d66c826cba2c1 (lindkvist@google.com)
[affected_targets] Run affected targets on zircon
https://crrev.com/3ce969c84db5977616064dc55a3e715822c5efe3 (shayba@google.com)
[affected_tests] Use same Ninja targets
https://crrev.com/35f25aa24133c93371fee4622c822015be1e3c99 (tmandry@google.com)
[toolchain] Fix runtimes.json with globbed path
https://crrev.com/fa755b019dfca7011d70c75417edc3393e7dc2ea (ihuh@google.com)
[testing] Add is_testing_failure_mode to tests in mock summary.json.
https://crrev.com/3b077ade103400b0351f57f4ed24d60e3aaaf5bb (ihuh@google.com)
[testing] Only retry on tefmocheck failures.
More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.
TBR=wutong@google.com
Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I315cd6ffd752d97ef9adc82e22a80a75ad029c17
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/4840
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 9e815db..e176072 100644
--- a/infra/config/recipes.cfg
+++ b/infra/config/recipes.cfg
@@ -23,17 +23,17 @@
"deps": {
"build": {
"branch": "refs/heads/master",
- "revision": "4fcacfb42ead3670c05502646d96a6fd38b5821e",
+ "revision": "7e08b9c094690ce1ba01c7ecfc6d1d21b3f530fe",
"url": "https://chromium.googlesource.com/chromium/tools/build"
},
"depot_tools": {
"branch": "refs/heads/master",
- "revision": "a58287b8ee082bbbb0cf13286649f135a9137bdc",
+ "revision": "7291750ae258773233f671ae7c93a5bc4a388831",
"url": "https://chromium.googlesource.com/chromium/tools/depot_tools.git"
},
"fuchsia": {
"branch": "refs/heads/master",
- "revision": "c56cfc1abcf0b5868f3c965e2ddf108c4622f676",
+ "revision": "3b077ade103400b0351f57f4ed24d60e3aaaf5bb",
"url": "https://fuchsia.googlesource.com/infra/recipes.git"
},
"recipe_engine": {