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/8789244890587046945

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+/b2429ece99e265a453f177902e6a3446d017ca2a
  b2429ec (iannucci@chromium.org)
      [recipes] Mark repo as py3 only.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/dbd5a710813893f5ed9710bd0cd2c2cad6ba481b~..fc57327f89974518080b644988e7876d9e7b32ce
  dbd5a71 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  0e5da88 (olivernewman@google.com)
      [tensorflow] Dedupe copied logic into recipe module
  86311a9 (olivernewman@google.com)
      [tensorflow] Use vpython3
  b5d62c2 (atyfto@google.com)
      [go] Add helpers for "go" subcommands
  327ad5d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  810f7f8 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  43f9cfe (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  55d186b (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  78dc7eb (phosek@google.com)
      [tensorflow] Fix the importlib import
  44cd872 (olivernewman@google.com)
      [aemu] Delete unneeded resource files
  04e114d (olivernewman@google.com)
      [gerrit_auto_submit] Don't log zero changes submitted
  c017107 (olivernewman@google.com)
      [gerrit_auto_submit] Move rebasing into "cq" step
  fc57327 (olivernewman@google.com)
      [coverage] Remove python2 runtime dependency

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/4b7bc24b24988c7c151e25a94c919e5eb5e9d8d0~..29c7df628b1b7ea7510b91ca80eebf66953727b5
  4b7bc24 (machenbach@chromium.org)
      [led] Retain fluency with inject_input_recipes
  73273ae (olivernewman@google.com)
      [test] Avoid creating empty expectation file dirs
  e12221e (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from fca00f1dc785 to 7fdf5527267e
  9529a65 (iannucci@chromium.org)
      [warnings] Fix error on py3 where str is not comparable to None.
  0caaa20 (iannucci@chromium.org)
      Fix typo in warn/escape.py
  29c7df6 (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 7fdf5527267e to a4b0cf91f9d6

Please check the following references for more information:
- autoroller, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#autoroller
- rollback, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/workflow.md#rollback
- cross-repo dependencies, https://chromium.googlesource.com/infra/luci/recipes-py/+/main/doc/cross_repo.md

Use https://goo.gl/noib3a to file a bug.

R=flutter-infra@grotations.appspotmail.com

Recipe-Tryjob-Bypass-Reason: Autoroller
Ignore-Freeze: Autoroller
Bugdroid-Send-Email: False
Change-Id: I7a35083b33109e0f0b6c9fffa5c6052db741fb90
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/39201
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: bb04ca9efed333aa1a1147b3e2090d6427b632ee
  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