Roll recipe dependencies (trivial).

This is an automated CL created by the recipe roller. This CL rolls
recipe changes from upstream projects (fuchsia, recipe_engine) into this repository.

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

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/4bdd89921fde33df03098344845295f27c404307~..b8c65ced3bc05880823e173f93d3fc8408b4071a
  4bdd899 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  2ec9f6d (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  a6fdfd8 (atyfto@google.com)
      [sdk] Small simplification of step nesting
  37a009d (nmulcahey@google.com)
      [rust] Generate wrapper scripts for tools
  b63cfb2 (tmandry@google.com)
      [rust_toolchain] Use .format() for linker scripts
  d9a8b48 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  1c19486 (tmandry@google.com)
      [rust_toolchain] Remove --undefined-version workaround
  f019789 (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update pinned tools
  b8c65ce (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update coverage pinned tools

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/16e315e1ac0cbdce27272d1978fd725ac02ab0c7~..cb2a15d063640f76414bdbf0783a6a4352c84b55
  16e315e (iannucci@chromium.org)
      Remove REPO_ROOT from recipe_module_importer
  cb2a15d (iannucci@chromium.org)
      Remove DEPS from recipe_module_importer

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: Ib1ab93d6f7e9715ebf6bb1d24c3dc449d4d3499a
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/47623
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: 6894666ddfd69110e9a7622b598144b0f4569e34
  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