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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/4082f883ab60af7d1e204f3c37cbca3804d2f0f2~..6316ac234e70d983ae758e283ed6ac8d4d0cb36b
  4082f88 (brucedawson@chromium.org)
      Remove some Python 2 test code
  4251535 (akhoroshilov@brave.com)
      Fix slow initial bootstrap on Windows.
  541638f (dcheng@chromium.org)
      Fix the duplicate CC issue, hopefully once and for all.
  6316ac2 (dlf@google.com)
      [ssci] adding gclient testing support for the CIPD expand packa...

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/2c81e63b4c57e38d1758056f7630d1cef91ca264~..ae38e6149927bbfd8dee5a6bd2352c5ebbb698f4
  2c81e63 (mohrr@google.com)
      [auto_roller] Use buildbucket timeout for poll timeout
  3f3d788 (atyfto@google.com)
      [release/update_petal] Upload a CL instead of direct push
  300f0ad (atyfto@google.com)
      Revert "[release/update_petal] Upload a CL instead of direct push"
  ae38e61 (atyfto@google.com)
      Reland "[release/update_petal] Upload a CL instead of direct push"

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: I69a169d86be9c1ac2e21a63b425a3faf37ed8d00
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44562
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: f4a3a81fcd46dc588e58f6e095f1b74ebb0f8a87
  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