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.

depot_tools:
  https://crrev.com/2df844314c4dcfd53f3d698f20b252e0346e5ed1 (sokcevic@google.com)
    Remove retry_decorator from third_party
  https://crrev.com/c08f84e782d53cff5bc94eb69384683228abae84 (sokcevic@google.com)
    Update git fetch refspecs on git migrate
  https://crrev.com/787f2f0eb5ba338e8db5323ea9f015701ea815ce (victorvianna@google.com)
    [ninjalog uploader] Collect more performance-relevant GN args
fuchsia:
  https://crrev.com/70e2a9beed47de0f979e38c42e13f90721d79885 (haowei@google.com)
    [clang] Set CMAKE_LINKER on mac
  https://crrev.com/186e9b33eebfc06d74ca04a2abc05a3a9854485a (olivernewman@google.com)
    [autocorrelator] Skip if there are no gerrit_changes
recipe_engine:
  https://crrev.com/23d00d2dbfee77f3ae31c6be593bf26cda6f868b (gbeaty@google.com)
    Revert "Train twice when looking for non-trivial rolls."
  https://crrev.com/c71d9e10f6d5c36602a50ebd7b8e79053c21bfdc (olivernewman@google.com)
    [buildbucket] Allow setting empty gerrit_changes

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: Iac5949c9d707b1e216848bf431d6867139de978c
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/20102
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: 19fed01c99fbb39eaf5d569afc4f421c12ce4f3a
  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