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, recipe_engine) into this repository.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/2c384dbd87f6998ec75c96ebc3d3e37399a60a24~..04ca383754209fbd9e8458aeadd212470a09c81a
  2c384db (vapier@chromium.org)
      repo_launcher: sync with upstream
  d6b52e6 (vapier@chromium.org)
      repo: unfork our launcher
  a654ff3 (jojwang@google.com)
      Convert branch revision to remote branch in status call.
  04ca383 (bentekkie@google.com)
      Reland "reclient: Enable racing for chrome developers"

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/31c42a35844f5a38778fcc9180225cc885ec7115~..fc6811af05c72428583a07f732297f060465efd5
  31c42a3 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools
  9a0d4c6 (mohrr@google.com)
      [luci_config] Add scheduler()
  0431784 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  d5de2ab (olivernewman@google.com)
      [shac] Set writable_root=true
  a525e7c (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  3562b31 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  fc6811a (mohrr@google.com)
      [build] Make language more inclusive

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/615e59144d5384a4e7a3096e1fa901982689c921
  615e591 (iannucci@chromium.org)
      [debug] Give the `debug` the command the ability to take '--fil...

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: Ifd1a79d58e5d0016afed173799f70a747807b5fd
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/47540
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: 521a1a5cd788244be7ccabe8c634ef2561579725
  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