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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/26b100def9195bedd794873b73a9529189d9e90a~..00ae0c065cac5c7fd0855a38249dc17f4092bc14
  26b100d (msavigny@google.com)
      Update goma deprecation message and add delay to build start fo...
  e5c5b26 (sokcevic@chromium.org)
      [git_cache] Check if HEAD still points to existing ref
  00ae0c0 (asvitkine@chromium.org)
      Fix a missing space in message.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/6cb572c0196f5f335ca2cc56d2c7bb5dcd2bb1b9~..33d09f37d31fb66c486ba1d5501b908e48c7468d
  6cb572c (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  6faf334 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  33d09f3 (fangism@google.com)
      [fx][fint][bazel] Support for Bazel+RBE

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: I2a00a1f1cbcf1d1f1e0aff2d956f6e46d0cda3c2
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/54362
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: 0b14aac8f7ee3cc2a03a07c71023beb5db8ceb66
  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.