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.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/945d6a248f8d1cae78e9b82ffae695a60a5228ba~..28190a2f3575e3d472642ed403460d4db4762dda
  945d6a2 (vadimsh@chromium.org)
      [lucicfg] Update 1.30.11 => 1.31.1.
  a375d76 (vadimsh@chromium.org)
      Revert "[lucicfg] Update 1.30.11 => 1.31.1."
  6cebde7 (bryner@google.com)
      Update pylint vpython specs to use a specific minor version.
  8254f06 (brucedawson@chromium.org)
      Mitigate Python 3 multiprocessing bug on Windows
  9a3c4bc (dsinclair@chromium.org)
      Add some c++17 headers to the list of known headers.
  28190a2 (ergunsh@chromium.org)
      Fix not creating GNArgs file when there are multiple dependencies

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/5097dad68dcdb223c628c5c41f7696ed466122db~..e9d642468706b5babce0609b637d58fc94611045
  5097dad (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  bdfb420 (nmulcahey@google.com)
      [qemu] Fix build and enable LTO
  7ab0faf (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  396fb3f (fangism@google.com)
      [fint][rbe] Revert to single RBE parameter
  eb19618 (atyfto@google.com)
      [sdk] Set Chromium gclient variable for SDK override
  509728f (joshuaseaton@google.com)
      [edk2] Enable IPv6
  292ff45 (olivernewman@google.com)
      [sdk] Add companion image CAS digests to package overrides
  328292d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  b35a9dc (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  b161dcb (danikay@google.com)
      [disabled-tests] Improve disabled test recipe
  0e08e42 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  ea021b1 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  5e27510 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  9b8c03d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  1d089c5 (fangism@google.com)
      Revert "[rbe] Update log.proto"
  a22ad57 (andresvi@google.com)
      [cipd_integration_tagger] Convert to proto properties
  79fbe24 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  6508a90 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  e9d6424 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/bc859d1d57e1ea55fcb98b3c887bf301c5aaa9ca~..13b77f0e1dc3e0f15f540679262ce966917c15a3
  bc859d1 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from e5e97e5390db to df39938896c4
  13b77f0 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 5f84a66bf481 to 5d9b6ecf87cd

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

R=fujino@google.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Bugdroid-Send-Email: False
Change-Id: Id0ad464a0fc90cb523619233c9f365370dad5123
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/32024
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.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: 14ca661408f76439e4bd7a57dae625ad5f0a74da
  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