Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (depot_tools, recipe_engine) into this repository.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/c7350c496ae9999de1e3ac22d9544c6fe54306b4~..f1390e5ac19593f463816d4606bca1d2f542653c
  c7350c4 (aredulla@google.com)
      [ssci] Defined License metadata field
  2a951b8 (sokcevic@chromium.org)
      [recipes] Add roll_deps to gclient
  ea99f9a (jojwang@google.com)
      Reland "Set --git-dir for git commands that may be executed in...
  2b583af (aredulla@google.com)
      [ssci] Added parser for README validator
  dfafd0a (sokcevic@chromium.org)
      [gsutil] Update gsutil error message on outdated boto
  f1390e5 (bentekkie@google.com)
      [reclient] Add temporary fix for reclientreport on windows

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/bf55ee1ef8448956170e1d9352c8d487db86b6f1~..a4d67972f7a24c741e7bf37743572857bdb5a827
  bf55ee1 (chanli@chromium.org)
      [recipe_engine] stop setting build.output.summary_html
  a4d6797 (kimstephanie@google.com)
      Add cl_owners property to cv recipe_module

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: If69537b68710772b348319ffa0532789cde5ec86
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/49680
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: 27b8fb906bfab2c5f3ea4247f85b36dd5479b50f
  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 python3 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