Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (fuchsia, recipe_engine) into this repository.

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

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/eca51297157c66baab1dbc36d65d28fe0fbad0f7~..7a8386a20bab14d9e0c37ca406a9e8028f6e50ba
  eca5129 (olivernewman@google.com)
      [auto_roller] Fix comment typo
  7a8386a (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/395119cff5234f63d8a665ec67aaf4abcce80192~..9c1dd656727bb97dc225ef37a2ae995e64d74cba
  395119c (iannucci@chromium.org)
      Add BUG note.
  6dbc5de (iannucci@chromium.org)
      [recipe_modules/json] Only admit Path types.
  27741bc (mohrr@google.com)
      [python3] Use urllib.parse directly
  ca16eaa (mohrr@google.com)
      [python3] Use io.StringIO directly
  b683759 (iannucci@chromium.org)
      [recipe_engine/config_types] Reset global state earlier.
  6833278 (mohrr@google.com)
      [python3] Remove transitional raise_from()
  462c089 (mohrr@google.com)
      [python3] Stop using transitional iterkeys()
  495104a (mohrr@google.com)
      [python3] Remove obsolete install_aliases()
  25cfc72 (iannucci@chromium.org)
      Rename UnresolvedRequirement.
  cbaef12 (iannucci@chromium.org)
      Misc import cleanups.
  ee44fd8 (mohrr@google.com)
      [python] Remove excessive blank lines
  9c1dd65 (mohrr@google.com)
      [python3] Assume sys.version_info.major is 3

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: I85acef6807b377eacabbdc8b273e55b4682ae964
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/56601
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: 8733019df975a34d3bd5223643efcf530ba3c84c
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. CONTRIBUTING.md
  8. LICENSE
  9. OWNERS
  10. README.md
  11. 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.