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) into this repository.

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/78db5133598c97f18693b52e9472dd41137674a9~..6b98cdcbc133ec6902e84da64617560b33f9febc
  78db513 (chanli@chromium.org)
      [depot_tools] Roll led
  6b98cdc (jojwang@chromium.org)
      Check for detached HEAD state.

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/c1ce1efd881eaa76b30c2ca6e37ff54ab46722cc~..27f5e6cc8b11c5b690a716c888d4763c8519993a
  c1ce1ef (global-integration-roller@fuchsia-infra.iam.gserviceaccount.com)
      [roll] Update tools to latest
  982b2da (olivernewman@google.com)
      [third_party_rust_licenses] Delete
  21fbbfe (fangism@google.com)
      [toolchain] RBE builds of clang use abs paths
  27f5e6c (andresvi@google.com)
      [make_dart] Remove unused recipe.

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: Ifd459210019fca6ab4f0ba269f19f1f12e5aae01
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/39402
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: 7755c3243f6b65a0b8b08a7702fb815e1e262728
  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