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/8736858773069692465

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/22df6f8e622dc3e8df8dc8b5d3e3503b169af78e
  22df6f8 (mark@chromium.org)
      autoninja: fix strings with invalid escape sequences

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/6f3c42bf5e55413bb196f4eae115d78587257a16~..c159fb7658f88722672220a508c1bd69b4c30e8f
  6f3c42b (mohrr@google.com)
      [roll_commit_message] Fix newlines
  4f9dd49 (olivernewman@google.com)
      [run_postsubmit_tryjobs] Don't use subbuild module
  43d504c (ihuh@google.com)
      [subbuild] Launch buildbucket builds from led parent builds.
  2201c91 (haowei@google.com)
      [clang_toolchain] Improve lldb builder trigger logic
  9c33036 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  c159fb7 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools

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: I62b8a072c43f72f7dbed403443e2a646827c26fe
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/60021
Bot-Commit: 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>
1 file changed
tree: ca0d1a6aeb62ea1c0a6d04b8fb1fecda3c30317c
  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.