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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2f0147a57a86a530f9e092d626da75286cbb6961~..82e4859614a2cb437fdb1e89bca2d690853ec6cc
  2f0147a (iannucci@chromium.org)
      [git-freeze] Fix error in git-add invocation when not in repo r...
  82e4859 (bentekkie@google.com)
      [reclient] Update reclient_metrics.README.md to reflect that we...

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/e30b70ac04d9f1eefe27e7dbda1cedb3fc592fc5~..f972acb69e3c64229f6ee2322cb914347a94dbd0
  e30b70a (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  b060354 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  8242f12 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  7831ff2 (tmandry@google.com)
      [rust_toolchain] Support building against LLVM HEAD
  00bc3df (olivernewman@google.com)
      [shac] Integrate Black with `shac fmt`
  dff9c97 (haowei@google.com)
      [clang_toolchain] Enable copy_move.pass test
  0bc71c5 (olivernewman@google.com)
      [checkout] Support cherry-picking integration CLs
  f972acb (olivernewman@google.com)
      [shac] Optimize Black check

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

Flutter LUCI Recipes

This repository contains Flutter's LUCI recipes. For the LUCI infrastructure config, see flutter/infra. Actual builds can be seen at ci.chromium.org.

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.

Configuration

Tricium configurations recipes repo.

Testing locally

Running python recipes.py test train will execute all of the tests in this repository

Troubleshooting

Required binary is not found on PATH: cipd when testing locally

You need to ensure depot_tools is installed. See Depot Tools Installation Tutorial