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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/ead9b43bd55f21d64af15eaef64c4071be3a43d1~..71ab1b77a7d24991eadf90c3a412f2ffaceccc9f
  ead9b43 (alexschulze@chromium.org)
      [cipd] Run cipd_impl.ps1 in constrained language mode
  71ab1b7 (iannucci@chromium.org)
      [cipd] Simplify .cipd_impl.ps1.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/aa78707b767379ee708c11fdf39d432d06e4a345~..dc12165183cb096886d67b0df7b457614bf1b906
  aa78707 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  1a8e54d (maruel@google.com)
      [owners] Add andresvi
  dc12165 (olivernewman@google.com)
      [recipes.cfg] Unset py3_only

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/443d5bec4540b1e2b324a9ba50406796aa2b26a2~..69c68cafe7b60aadadc08b0042c1ed785b13f80a
  443d5be (iannucci@chromium.org)
      [url/pycurl] Set default User-Agent header.
  63e03ca (iannucci@chromium.org)
      [engine] Ignore all python compatibility flags.
  69c68ca (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 8e891f86d2a9 to 29cec89d9991

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: Id131403bfb652220968470d845648a5a31ced593
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/43880
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>
2 files changed
tree: 94663d26ffec880603b0319f5a73d2498be22353
  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