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.

depot_tools:
  https://crrev.com/b9e694ce136344e1552a6cd4879b46df271aa982 (agrieve@chromium.org)
    Make "git cl format" use Python 3 by default
  https://crrev.com/f7b8f8f3cd77ecbd16c932525f1328110b9a4ca5 (vadimsh@chromium.org)
    Fix bytes vs str error in DownloadGerritHook.
  https://crrev.com/dc3baaa0b95b6a5df5f574e2d3c0d134836281ba (rmhasan@google.com)
    WebView: Add logging for files that already exist in the GCS bucket
fuchsia:
  https://crrev.com/1d1efc32d1373ebb550232b319cdc3860ccbc4a1 (haowei@google.com)
    [clang] Explicitly set rc and mt for windows platform.
  https://crrev.com/8584f150f89c7c86417c56bd043fe11f401e9723 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
    [roll] Update tools to latest
  https://crrev.com/971adc662b810d9da0e77240623b950dbfbe928c (yuanzhi@google.com)
    [femu] Fix cipd upload flow.
  https://crrev.com/6c52c1b10396e6c38250b15c0ac9f28b253f37e4 (vadimsh@google.com)
    [luci_config] Update default lucicfg version.
  https://crrev.com/ba9eac081980627b8bdf1a270010a8c69837a886 (atyfto@google.com)
    [size_diff] Migrate to -gitiles-remote flag
  https://crrev.com/567bf231b26b8c493470030beab3e22f05a1911d (atyfto@google.com)
    [size_diff] Require builder_pb2.BuilderID input
  https://crrev.com/885d9b4bf0d967fb3b3f8a98d2351a076f8ac5df (olivernewman@google.com)
    [build] Make ninjatrace failures non-blocking
  https://crrev.com/b0a9d02b5e70a8f6f7b732bc62bb3ad69ef2a374 (olivernewman@google.com)
    [build] Fix binary sizes JSON presentation

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

TBR=godofredoc@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Id79607b12b123b5f58cd8520c814fb20f8aa4d6e
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/20840
Reviewed-by: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Godofredo Contreras <godofredoc@google.com>
Commit-Queue: Godofredo Contreras <godofredoc@google.com>
1 file changed
tree: 43ab2e33eed52df3afec59ed42eb3e68ee5e5a34
  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