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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/6429a2f9e57cf54f50020e040732f47dd4343e6b~..74ec76545760d2af557c81315cb3b49acfec4c61
  6429a2f (ayatane@chromium.org)
      [gerrit_util] Fix ShouldUseSSO with no account
  b471d6f (ayatane@chromium.org)
      [scm] Fix type annotations
  b32c4f1 (ayatane@chromium.org)
      [gerrit_util] Add auth parameter to GetAccountDetails
  58e0e19 (ayatane@chromium.org)
      [git_auth] Remove old option cleanup
  76021e3 (sokcevic@chromium.org)
      Update roll_downstream_gcs_deps to take a list of source and de...
  74ec765 (ayatane@chromium.org)
      [gerrit_util] Skip gitcookies help with newauth enabled

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/740ff1b456a22c509f7748b490d6ae14281362c4~..56550045a221e9e63e5ae29c902da94772ca97a2
  740ff1b (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  3d5b2c1 (olivernewman@google.com)
      [checkout] Don't require source info to be specified
  1e5c347 (danikay@google.com)
      [recipes] Set depth to 1 for git checkout call
  0eac4cc (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  5655004 (haowei@google.com)
      [lldb] Add CIPD package upload feature to lldb recipe

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: I0f1b90875c01aa7352052d01fffc911e826cb599
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/60025
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: 8b5c48821c4d2cff1bd034f5142297d03ce815cb
  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.