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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/59e10115417ac77f47e42c3f13a4f6b58ebe70c2~..8b2072b3bd50d1f44e6a97c7cd7909671ecfdf8d
  59e1011 (jojwang@google.com)
      Fix hook base paths when repo is not relative but parent is.
  8b2072b (sshrimp@google.com)
      Remove Quick Run options

fuchsia:
https://fuchsia.googlesource.com/infra/recipes.git/+log/b3ef4d2dc2b49b396c650de655e0b425dc224292~..55b187af45c819b91fe83b8bd21ea4f236745eec
  b3ef4d2 (atyfto@google.com)
      [sdk] Preserve sdk/core/fuchsia-bazel-rules CIPD path
  528e7d1 (jamuraa@google.com)
      [rust] Stop generating riscv64 sysroot
  fd43156 (atyfto@google.com)
      [sdk] Remove all in-recipe merging logic
  ce2f175 (atyfto@google.com)
      [sdk] Delete unnecessary/obsolete properties and tests
  55b187a (atyfto@google.com)
      [sdk] Remove obsolete properties from proto

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: Idb92ad8a937127418fd47a3f31bb1c0a954cc80c
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/48360
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: 47848c02f167f9953ec320e2c9013560137f2abb
  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