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) into this repository.

The build that created this CL was
https://ci.chromium.org/b/8736949370893010305

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/62475a5ed8e8056c1c6a6538211e760d98f76eff~..d43a3eb748e40838c41e7a3ca53a3c6cbee0ea7a
  62475a5 (max@igalia.com)
      autoninja.py: Fix "SyntaxWarning: invalid escape sequence '\s'"
  55d065c (sshrimp@google.com)
      Add anonymization and the protos to the telemetry lib
  9903e62 (sshrimp@google.com)
      Add config to the telemetry lib
  e08157e (meiring@google.com)
      [depot_tools] Roll everything.
  17226d7 (meiring@google.com)
      [depot_tools] Roll CIPD.
  20a0cda (jwata@google.com)
      ninjalog_uploader: Distinguish between explicit and default bui...
  d43a3eb (jojwang@google.com)
      Add end_commit for calculating GitChange diffs.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/2d5754c458ed832890e41ce34256806bdb401cf4~..7093925e899b400930b2195fe7d82647ada60f51
  2d5754c (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  9ae0043 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  3ea8240 (mohrr@google.com)
      [git_roll_util] Automatically calc domain prefix
  bd316db (ihuh@google.com)
      [subbuild] Add option for subbuild to outlive parent.
  b6398d5 (mohrr@google.com)
      [git_roll_util] Add BaseRoll class
  492fc8c (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  b31a66a (mohrr@google.com)
      [roll_commit_message] Initial commit
  97d6052 (mohrr@google.com)
      [git_roll_util][roll_commit_message] Fix lint issues
  7093925 (mohrr@google.com)
      [git_roll_util] Remove compatibility layer

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: Id4e562c8981a02778106947a45ed91fdbd4421c9
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/60000
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>
1 file changed
tree: a5e32a88db674ec9987a7be13086dd632ffb9dbc
  1. .vscode/
  2. infra/
  3. recipe_modules/
  4. recipes/
  5. .gitignore
  6. .style.yapf
  7. AUTHORS
  8. CONTRIBUTING.md
  9. LICENSE
  10. OWNERS
  11. README.md
  12. recipes.py
README.md

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Builds can be found in the Flutter Dashboard.

Supported repositories roll their .ci.yaml into flutter/infra, which updates what properties builds have. For example, flutter config specifies various dependencies the different tests require, which are then used by the flutter_deps recipe_module No modifications to flutter/infra are required to work on the recipes.

Contributing

Please follow instructions on Contributing docs to set up your development environment.