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/a992238bf0f33c9a180afd79a08d3b0bc40b0fde (linxinan@google.com)
    Add params to update_files method
  https://crrev.com/7a262eba201a30fbb82c4a034f5cebe21734ffa4 (dpranke@google.com)
    Fix pylint canned check for pylint-2.6.
fuchsia:
  https://crrev.com/80324e69b0176a20fc26f973316af301c6194d4b (mohrr@google.com)
    [recipe_testing] Change --whitelist to --allowlist
  https://crrev.com/cb9bf1a581c2b04baa8ffdf7c90e5d37e480197b (nmulcahey@google.com)
    [codesearch] Fix checkout paths.
  https://crrev.com/81c41134581b90b726b2d55d79ff80b5baf222db (nmulcahey@google.com)
    [codesearch] Fix `git push` target.
  https://crrev.com/5cd35dfc7904e53d89b403a8ef7636979286ec16 (yupingz@google.com)
    [git] Add paths input to git submodule update
  https://crrev.com/532073de1401fb409dd5e9d8b782d17c0a0832bb (olivernewman@google.com)
    [specs] Clean up logic for loading spec files
  https://crrev.com/8f9bca6a887442d36ffa8c06c73b36d315644c60 (olivernewman@google.com)
    Revert "[code_search][submodule] Allow configuring checkout attributes"
recipe_engine:
  https://crrev.com/8d91fac8395b11628d807477c9d9b19c8014b5b3 (mohrr@google.com)
    [lint] Replace --whitelist with --allowlist
  https://crrev.com/65637d15867e2fcea3a6e4c344f7c398de2d0105 (yuanjunh@google.com)
    Report the total coverage for py2 and py3 tests
  https://crrev.com/2a458f0bd2ab012c28ec57a3f057edd9bfa844b0 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
    Roll CAS Client from 48de919ac2fb to b32fc6edde4d
  https://crrev.com/f354bc536dfad84be954dbdceb406f5ee8a215b0 (tandrii@google.com)
    [tricium] perform basic validation of comments posted by analyzers.
  https://crrev.com/202519d38296b746b6519892d92dbf043f0c4625 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
    Roll CAS Client from 2bcbc4fc4d98 to d4ae177e350b

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

TBR=chillers@google.com, godofredoc@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I3ce842348db879053f44cdc9319f624920861ed4
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/17660
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: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: b248dcab7ddd9ada26f2b3f9df645b2246bcda4e
  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