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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/3d6d2d2500a83102c0fae5d6ec9d51fff068b984~..d69302761b70d7bb660bcbd42b1395ee17b4f16b
  3d6d2d2 (iannucci@chromium.org)
      [git-cl][presubmit] Remove references to LUCI_OMIT_PYTHON2.
  06001cd (sokcevic@chromium.org)
      [py2] Drop envvar to run scripts with py2
  d693027 (dlf@google.com)
      Reland "resolve CIPD package names in gclient"

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/ddf081f3e9682e3b3c3fe8581929887861e49b5d~..86b50f227595404f216caa271e0299a66d82071d
  ddf081f (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  ce5124c (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  86b50f2 (olivernewman@google.com)
      [bazel_btu] Catch unset testing_pool

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/ac6148a3e86f9043c98b7a8886cc2a85ca788c8e~..42486b5fc159fdce7ee992bd5a3ddc9c16f28e9c
  ac6148a (iannucci@chromium.org)
      [recipes] Remove some more python2s.
  82e2ffb (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from 44447d420d32 to f5583e527d76
  42486b5 (iannucci@chromium.org)
      [python3] Add a warning to the recipe step module.

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: I2be6200d71092b66299c7cc27b1fd9fb97d99df2
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/44360
Commit-Queue: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
Bot-Commit: flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com <flutter-prod-builder@chops-service-accounts.iam.gserviceaccount.com>
1 file changed
tree: 7b08ea2befad8ebb2268fb676c959e336776d18f
  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