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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/7a81ebf1117ec04c83a6a47a935547ce17f93b4b~..252b19866a6a9f3de069363184e5fca72280e558
  7a81ebf (brucedawson@chromium.org)
      Add .rs to list of presubmit source file patterns
  252b198 (bryner@google.com)
      Redirect cros calls to py2.7 scripts to the vpython2.7 package.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/bbcb9cc81dd6e770a7d7a85d4ea81a46ae4995c0~..6edf2b25f2880eb79e398976879f89bf376adebf
  bbcb9cc (catduncan@google.com)
      [run-postsubmit-tryjobs] Display subbuilds in gerrit
  6edf2b2 (phosek@google.com)
      [clang_ml_training] Use our gemmlowp mirror

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: Iaf7bca3d5b9592394420d01df95ffb8ac7e872ac
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38003
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: 9f56e65131384928adae0c21ef75955e16ff3976
  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