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/c40274f5d84ec894ad96404703b2481eda6efc14 (yiwzhang@google.com)
    roll lucicfg to v1.30.4
  https://crrev.com/af6bc7c0150954f583e09834fcf8a816d2d9ef50 (apolito@google.com)
    add vpython3 to tests that run under vpython3
  https://crrev.com/11c32b5f69bd233b99e0306fc13b62da50a27064 (sokcevic@google.com)
    Run py3 compatible unit tests with py3
  https://crrev.com/6635baff5b8a1bbd4297fd0fd07d04d93ce1d7df (sokcevic@google.com)
    Make CannedChecksUnittest py3 compatible
fuchsia:
  https://crrev.com/5a94fc3da233d3b6825c78ec74b6f70ce65ae2fd (olivernewman@google.com)
    [run_script] Add support for Jiri checkouts
recipe_engine:
  https://crrev.com/03702dfe10977e52580b0fdabb255c2766683f93 (iannucci@chromium.org)
    [engine] Make step names internally coerce to `str`.
  https://crrev.com/cb62e2ac49c58c31f7245b2e602cd21496ecc448 (vadimsh@chromium.org)
    Add a simple `golang` recipe module.

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: I96a7f04d478c31882f78b09e19f558c98dab21f7
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/22081
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: dd2ebf8ad3c30594ca368588403d76f3b9910e1e
  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