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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3eedee7b55fe20103a3913f48844765217c837c9~..fbb0301f1f70813fb62e1f64e05410b730c8417e
  3eedee7 (kimstephanie@google.com)
      Add support for GCS deps
  064e03a (kimstephanie@google.com)
      Revert "Add support for GCS deps"
  cac08db (gavinmak@google.com)
      Implement UpstreamBranch in Change class
  fbb0301 (aravindvasudev@google.com)
      [lucicfg] Update v1.43.4 -> v1.43.5

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/33f836ecedfadce78cee64d266395130968f935a~..c5c24681442c7a2b5402409310f1e8438759f3bc
  33f836e (chandarren@google.com)
      [bazel_btu] Upload test artifacts.
  f74dd7b (chanli@chromium.org)
      [swarming_retry] add support for builds running on swarming tas...
  4012cee (haowei@google.com)
      [llvm] Fix host triple when doing cross compilation
  c5c2468 (haowei@google.com)
      [clang_toolchain][llvm] Temporarily pin Fuchsia SDK version to F18

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: I9577d2bb5735dd5a59512a8663a89499e9ac6eeb
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/55700
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: 66863b858cab8fde80bd0cea1f576c97f43adf7a
  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.