Roll recipe dependencies (trivial).

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

fuchsia:
  https://crrev.com/dcd49c530f561ef06e75089977e7f25db5acbd26 (ihuh@google.com)
    Revert "[symbolize][coverage] Use the old symbolizer for coverage builders."
  https://crrev.com/5b22a5e95c31595600c694d0ab2dc6925020bebb (ihuh@google.com)
    [coverage] Remove symbolizing of logs.
  https://crrev.com/4e4e7aa59e301c8b08be86e5bfec0cba32a66d91 (ihuh@google.com)
    [sdk] Run bundle_fetcher to get product_bundles manifest.
  https://crrev.com/9e3d6f0631343c4e33f2797bd5d55b804810b942 (haowei@google.com)
    Revert "[clang] Explicitly set rc and mt for windows platform."
  https://crrev.com/78a8cc96149274a7213d0b4a035daa6a3beab97d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
    [roll] Update tools to latest
recipe_engine:
  https://crrev.com/255926841d709ba275bd4e0b2e5456beccdf3ae2 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
    Roll CAS Client from 9f354df62c53 to 2dfe2f218f03

More info is at https://goo.gl/zkKdpD. Use https://goo.gl/noib3a to file a bug.

TBR=chillers@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Ie741a4b63be448d96e05e2f9c12af72dd6d83f05
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/20842
Reviewed-by: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Casey Hillers <chillers@google.com>
Commit-Queue: Casey Hillers <chillers@google.com>
1 file changed
tree: 10abbc5fa7ef8d2fb65ab306e53b385198bb3b9d
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. branch_recipes.py
  8. LICENSE
  9. OWNERS
  10. README.md
  11. 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.

Recipe Branching for Releases

The script branch_recipes.py is used to generate new copies of the LUCI recipes for a beta release. See Recipe Branching for Releases for more information. For usage:

$ ./branch_recipes.py --help