Roll recipe dependencies (trivial).

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

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

depot_tools:
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/f4fa0cc7c1977c69e331d7332543d425e5dc9847~..e38d195b635a0e73bf132d866fb659cec98492f5
  f4fa0cc (sanfin@chromium.org)
      Detect RBE builds and accelerate them.
  3d8429c (bryner@google.com)
      git 2.39.0 to depot_tools bleeding edge.
  3e7206f (jwata@google.com)
      Remove CPATH,LIBRARY_PATH,SDKROOT env vars set by macOS python3
  790a0c5 (bryner@google.com)
      Fix CheckCIPDManifest for python 3.
  762f1e0 (mwswartwout@google.com)
      Revert "Detect RBE builds and accelerate them."
  4f3b322 (vadimsh@chromium.org)
      [cipd] Add windows-arm64 support to CIPD client bootstrap.
  c2a4f5d (agrieve@chromium.org)
      Skip gclient auto-update for "getdep", "root", "help", "--help"
  5e5802d (aravindvasudev@google.com)
      Update log when luci-auth is not logged-in
  e38d195 (bryner@google.com)
      Roll all tools to versions that are built for windows-arm64.

recipe_engine:
https://chromium.googlesource.com/infra/luci/recipes-py.git/+log/f54f0ff1aa211ff719d23bcd91b26f60d39b8daf~..573a3a6797dba8011d482e6756860bdb894339ba
  f54f0ff (chromium-autoroll@skia-public.iam.gserviceaccount.com)
      Roll CAS Client from fbd6932d11fa to 81e5cdad29bb
  573a3a6 (randymaldonado@google.com)
      [recipes-py] passing debugging experiment to children in placeh...

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: Ie467a60ef904e45425e6bd0cdc505cc1b9cf39b8
Reviewed-on: https://flutter-review.googlesource.com/c/recipes/+/38089
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: 9f787af7217f9cc4706323b5dad52c3f1dc0f497
  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