Roll recipe dependencies (nontrivial).

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.

The build that created this CL was
https://ci.chromium.org/b/8809789329108742321

Please review the expectation changes, and LGTM+CQ.

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/b6030901cf9d3caf29ba534ae1d96426e0e90a22~..7ff520f0262b298e98ea29efefa5146b9fe5734d
  b603090 (jwata@google.com)
      Setup cipd bin before calling ninja/autoninja
  3133f98 (jwata@google.com)
      Retry switching to use CIPD ninja v1.8.2
  7ff520f (jwata@google.com)
      call _cipd_bin_setup() in depot_tools.on_path() recipe module API

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/966e1c162c1827367667ddcb0e86594eda8f1f3a~..a9b67805a46d057091ef4aeb7bf1558aa5a51d76
  966e1c1 (rudymathu@google.com)
      [recipes] Fix blob download manifest path
  9a7d378 (olivernewman@google.com)
      [cas_util] Enable debug logs on uploads
  3517bed (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  e13ac58 (atyfto@google.com)
      [checkout] Allow package_overrides.json
  c0053c8 (joshuaseaton@google.com)
      [OWNERS] Grant QEMU recipe ownership
  0217457 (joshuaseaton@google.com)
      [qemu] Enable TPM
  6cb6541 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  a9b6780 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+/57e0012cfe9b6fdc0af51b0ebcb269323bc3b071
  57e0012 (olivernewman@google.com)
      [cas] Add log_level arg to archive()

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

R=chillers@google.com, fujino@google.com, godofredoc@google.com, keyonghan@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: I493d24a3e9d0c5cdcfaba015ac853fb85d0a93e7
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/31761
Reviewed-by: Casey Hillers <chillers@google.com>
Commit-Queue: Casey Hillers <chillers@google.com>
214 files changed
tree: 4fba207e5c33a130f6f461413a8169baf9bd7f63
  1. infra/
  2. recipe_modules/
  3. recipes/
  4. .gitignore
  5. .style.yapf
  6. AUTHORS
  7. LICENSE
  8. OWNERS
  9. README.md
  10. 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.

Testing locally

Running python recipes.py test train will execute all of the tests in this repository

Troubleshooting

Required binary is not found on PATH: cipd when testing locally

You need to ensure depot_tools is installed. See Depot Tools Installation Tutorial